- c3f9918 Add a golden data test that I missed somehow the first time around. by Chandler Carruth · 14 years ago
- 4fc5bdf Fix bad indenting that was left over from cut/paste of the golden values by Chandler Carruth · 14 years ago
- 88c48fa Add a header that was technically missing to see if this gets the by Chandler Carruth · 14 years ago
- 4d628e2 We really want to hash pairs of directly-hashable data as directly by Chandler Carruth · 14 years ago
- c7384cf Add support for hashing pairs by delegating to each sub-object. There is by Chandler Carruth · 14 years ago
- 74bab7f Prevent obscure and incorrect tail-call optimization. by Chad Rosier · 14 years ago
- b83e2bb Grammar-o in function name. by Eric Christopher · 14 years ago
- 61cafd1 Grammar. by Eric Christopher · 14 years ago
- 50e2661 If the linkage name doesn't exist we're supposed to emit a reference by Eric Christopher · 14 years ago
- 70e2968 Fix an iterator invalidation problem. operator[] on a DenseMap by Dan Gohman · 14 years ago
- 22cc4cc Misc micro-optimizations. by Dan Gohman · 14 years ago
- 4166989 Remove the misguided extension here that reserved two special values in by Chandler Carruth · 14 years ago
- 7550f7d Revert "Reorder the sections being output to reduce the number of assembler" by Eric Christopher · 14 years ago
- fc501a3 Neuter the optimization I implemented with r107852 and r108258 which turn some by Evan Cheng · 14 years ago
- 5a491ca Re-disable the debug output. The comment is there explaining why we want by Chandler Carruth · 14 years ago
- abe24cf Switch FoldingSet over to the new hashing infrastructure. We might want by Chandler Carruth · 14 years ago
- 9731294 Provide the 32-bit variant of the golden tests. Not sure how I forgot to by Chandler Carruth · 14 years ago
- b24b820 Handle regmasks in Thumb1RegisterInfo::saveScavengerRegister(). by Jakob Stoklund Olesen · 14 years ago
- 12313a5 Reorder the sections being output to reduce the number of assembler by Eric Christopher · 14 years ago
- e751c00 ARM use the right opcode for FP<->Integer move in fast-isel. by Jim Grosbach · 14 years ago
- 647c0ce Minimal changes for LLVM to compile under VS11. by Michael J. Spencer · 14 years ago
- b2930b9 Changes for migrating to using register mask operands. by Akira Hatanaka · 14 years ago
- 97f7787 [Object] by David Meyer · 14 years ago
- b057851 Change ARMInstPrinter::printPredicateOperand() so it will not abort if it by Kevin Enderby · 14 years ago
- dfa27ae Fix bugs which were introduced when support for base+index floating point loads by Akira Hatanaka · 14 years ago
- 97e910e BumpPtrAllocator: Make sure threshold cannot be initialized with a value smaller than the slab size. by Benjamin Kramer · 14 years ago
- b4d0235 Fix two warnings in this code that I missed. by Chandler Carruth · 14 years ago
- 6804582 If BumpPtrAllocator is requested to allocate a size that exceeds the slab size, by Argyrios Kyrtzidis · 14 years ago
- fa2ab3e Trivial change to make the test use Use –mcpu=generic, by Preston Gurd · 14 years ago
- 925c3f0 Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.h by Argyrios Kyrtzidis · 14 years ago
- 53930f6 Add the source file with trivial definitions in it that was missing from by Chandler Carruth · 14 years ago
- 0b66c6f Rewrite LLVM's generalized support library for hashing to follow the API by Chandler Carruth · 14 years ago
- 4b1212b Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it. by Benjamin Kramer · 14 years ago
- b537276 Revert r151816 as Jim has the appropriate fix. by Chad Rosier · 14 years ago
- 0affe8a Fix testcases from r151807. by Chad Rosier · 14 years ago
- b3acdcc Move TargetRegisterInfo::getSubReg() to MCRegisterInfo. by Jim Grosbach · 14 years ago
- 194f3fa Revert "Emit the SubRegTable with the smallest possible integer type." by Jim Grosbach · 14 years ago
- 1e33b46 Add missing triple for tests. by Jim Grosbach · 14 years ago
- b373647 rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj by Jia Liu · 14 years ago
- 3910160 Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even though they could have sideeffects. by James Molloy · 14 years ago
- ccc8d3b Make TargetRegisterClasses non-virtual by making the only virtual function a function pointer. by Benjamin Kramer · 14 years ago
- 54d42a7 llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check". by NAKAMURA Takumi · 14 years ago
- 36a2138 Emit the "is an intrinsic overloaded" table as a bitfield. by Benjamin Kramer · 14 years ago
- e9e520f Pass endian information to constructors. Define separate functions to create by Akira Hatanaka · 14 years ago
- 66c994c Make InlineSpiller bundle-aware. by Jakob Stoklund Olesen · 14 years ago
- 5c2b4ea [Object] by David Meyer · 14 years ago
- 741981a Move getBundleStart() into MachineInstrBundle.h. by Jakob Stoklund Olesen · 14 years ago
- b519a0f Emit the intrinsic modref info as a lookup table instead of a huge switch. by Benjamin Kramer · 14 years ago
- 275ff9b Don't redundantly copy implicit operands when rematerializing. by Lang Hames · 14 years ago
- 562a67d Fix flags for test in MC/MachO/ARM/empty-function-nop.ll by Richard Trieu · 14 years ago
- 996d6fd Fixed the 32-bit runtime dynamic loader to allocate by Sean Callanan · 14 years ago
- 6c449eb Implement getSubRegIndex as a linear search on the SubRegTable instead of using a big switch. by Benjamin Kramer · 14 years ago
- 8bee081 Added annotations for x86 pc relative loads to llvm's 'C' disassembler. by Kevin Enderby · 14 years ago
- 9c826d2 Tidy up. 80 columns. by Jim Grosbach · 14 years ago
- b9ace02 Emit the SubRegTable with the smallest possible integer type. by Benjamin Kramer · 14 years ago
- eea8715 Tidy up. Spelling. by Jim Grosbach · 14 years ago
- 5d9651d Move the subregister indicies enum into the REGINFO_ENUM section. by Jim Grosbach · 14 years ago
- 88e48e7 BitstreamWriter: Use SmallVector::append instead of multiple push_back calls. by Daniel Dunbar · 14 years ago
- 95b38ae Switch TargetRegisterInfo::getSubReg() to use a lookup table. by Jim Grosbach · 14 years ago
- acbceea BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 14 years ago
- a8d16bb BitstreamWriter: Isolate access to the underlying buffer. by Daniel Dunbar · 14 years ago
- 02a248a BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 14 years ago
- fdc8f78 Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 14 years ago
- 9fd58f0 Intel Atom instruction itineraries for mov sign extension and mov zero extension. by Andrew Trick · 14 years ago
- f1c4206 Add myself to the credits file by Hal Finkel · 14 years ago
- f1820b5 LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" optimization, making the lives of later passes easier. by Benjamin Kramer · 14 years ago
- 2b4f491 Have GVN also do condition propagation when the right-hand side is not by Duncan Sands · 14 years ago
- 84a1d23 Where the alloca'd space actually lives in ram is undefined, and attempting to by Nick Lewycky · 14 years ago
- 2c67727 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
- 37c02bc Testcase for r151691. by Bill Wendling · 14 years ago
- e1b66f1 Restrict this transformation to equality conditions. by Bill Wendling · 14 years ago
- a36fe73 Add an analyzeVirtReg() function. by Jakob Stoklund Olesen · 14 years ago
- adef06a Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
- 95fe7b9 Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32. by Daniel Dunbar · 14 years ago
- 30e98a0 Move the operand iterator into MachineInstrBundle.h where it belongs. by Jakob Stoklund Olesen · 14 years ago
- d1d7216 Support/PathV2: Fix make_absolute() to match is_absolute() and not expect to by Daniel Dunbar · 14 years ago
- b6f0625 Fix some stray semi-colons. by Daniel Dunbar · 14 years ago
- 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 14 years ago
- d0fff18 [PathV2] Fix bug in relative_path. by Michael J. Spencer · 14 years ago
- c01810e ARM implement TargetInstrInfo::getNoopForMachoTarget() by Jim Grosbach · 14 years ago
- b62fbc5 Instructions inside a bundle have the same number as the bundle itself. by Jakob Stoklund Olesen · 14 years ago
- c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
- 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 14 years ago
- 1485455 Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These by Lang Hames · 14 years ago
- 489d679 On ELF, create relocations to the abbreviation and line sections when producing by Rafael Espindola · 14 years ago
- 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 14 years ago
- c94206e ARM vbit/vbif/vbsl assembly optional size suffix. by Jim Grosbach · 14 years ago
- 4bfcd4a Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call. by Evan Cheng · 14 years ago
- a3b2121 Fix off-by one in comment. by Benjamin Kramer · 14 years ago
- 21a1401 Properly MCize the section switch, removing a FIXME. by Roman Divacky · 14 years ago
- 3bf15ce LegalizeIntegerTypes: Reenable the large shift with small amount optimization. by Benjamin Kramer · 14 years ago
- 20bd529 Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack prediction. ...", it is breaking the Clang build during the Compiler-RT part. by Daniel Dunbar · 14 years ago
- ed12421 Remove stray semi-colon. by Daniel Dunbar · 14 years ago
- 1c23920 Code cleanup following CR by Duncan. by Nadav Rotem · 14 years ago
- 21ef70e Fix a bug in the code that builds SDNodes from vector GEPs. by Nadav Rotem · 14 years ago
- bb481f8 remove blanks, and some code format by Jia Liu · 14 years ago
- ec52aaa Some ARM implementaions, e.g. A-series, does return stack prediction. That is, by Evan Cheng · 14 years ago
- 1f59523 Convert generated intrinsic attributes to use an array lookup as Chris suggested in PR11951. by Craig Topper · 14 years ago
- 9e1154c Reverted r152620 - DSE: Shorten memset when a later store overwrites the start of it. There were all sorts of buildbot issues by Pete Cooper · 14 years ago
- a116623 DSE: Shorten memset when a later store overwrites the start of it by Pete Cooper · 14 years ago