- 34aadd6 Replaced ReInitMCSubtargetInfo with InitMCProcessor. by Andrew Trick · 13 years ago
- 88b5a2b Add LLVM_DELETED_FUNCTION to coding standards. by Craig Topper · 13 years ago
- cee0331 Fix a typo. No functional change. by Craig Topper · 13 years ago
- 39adb18 Let NULL slip through again. by Andrew Trick · 13 years ago
- 34301ce TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 13 years ago
- e076bb1 comment typo by Andrew Trick · 13 years ago
- e3dbc98 TableGen subtarget emitter. Use getSchedClassIdx. by Andrew Trick · 13 years ago
- 4d2d1c4 TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. by Andrew Trick · 13 years ago
- ee290ba TableGen subtarget emitter. Remove unnecessary header dependence. by Andrew Trick · 13 years ago
- ef1623f Mark unimplemented operator new as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
- e127dfd TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. by Andrew Trick · 13 years ago
- 0cb0a35 Mark constructors, destructors, and operator new commented as 'do not implement' with LLVM_DELETED_FUNCTION instead. by Craig Topper · 13 years ago
- c2945e4 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
- d10eab0 Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte by Evan Cheng · 13 years ago
- b198f5c Mark asm matcher conversion table as const. by Craig Topper · 13 years ago
- fe257cc Fix some funky indentation. by Evan Cheng · 13 years ago
- be480ff Fix typo in comment. No functional change. by Craig Topper · 13 years ago
- 222d619 PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp by Manman Ren · 13 years ago
- e4095f9 Backout the wrong subtarget emitter fix by Andrew Trick · 13 years ago
- b010277 PGO: preserve branch-weight metadata when simplifying Switch by Manman Ren · 13 years ago
- f23ddf5 Fix release build after reverting by Andrew Trick · 13 years ago
- 87f7864 Merge into undefined lanes under -new-coalescer. by Jakob Stoklund Olesen · 13 years ago
- 98279e8 Stop adding <imp-def> operands when expanding REG_SEQUENCE. by Jakob Stoklund Olesen · 13 years ago
- e1b5328 Revert r164061-r164067. Most of the new subtarget emitter. by Andrew Trick · 13 years ago
- 419e5b9 Remove redundant semicolons to fix -pedantic-errors build break with older Clangs. by Richard Smith · 13 years ago
- 89a4058 llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm/CodeGen#. by NAKAMURA Takumi · 13 years ago
- b11cbe6 PGO: preserve branch-weight metadata when simplifying SwitchOnSelect. by Manman Ren · 13 years ago
- 97d552e Don't use NULL as a fake keyword by Andrew Trick · 13 years ago
- a2a47d1 InitMCProcessor by Andrew Trick · 13 years ago
- 12886db TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 13 years ago
- 5d94082 comment typo by Andrew Trick · 13 years ago
- 41be51b TableGen subtarget emitter. Use getSchedClassIdx. by Andrew Trick · 13 years ago
- 021ba26 TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. by Andrew Trick · 13 years ago
- db7afac TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. by Andrew Trick · 13 years ago
- 544c880 TableGen subtarget emitter. Format and emit data tables for the new machine model. by Andrew Trick · 13 years ago
- 52c3a1d TableGen subtarget emitter. Generate data tables for the new machine model. by Andrew Trick · 13 years ago
- 40096d2 TableGen subtarget emitter. Emit processor resources for the new machine model. by Andrew Trick · 13 years ago
- bc4ff6e TableGen subtarget parser: Add getProcResourcesIdx(). by Andrew Trick · 13 years ago
- b024b70 Add some cases to x86 OptimizeCompare to handle DEC and INC, too. by Jan Wen Voung · 13 years ago
- 5665403 PGO: preserve branch-weight metadata when simplifying two branches with a common by Manman Ren · 13 years ago
- ff15478 Make sure there is enough room for RA. getStackSize needs to be cleaned up but by Akira Hatanaka · 13 years ago
- 8dcc994 Increase the static sizes of some SmallSets. finalizeBundle() is very frequently called for some backends, and growing into an std::set is overkill for these numbers. by Michael Ilseman · 13 years ago
- 2b94302 whitespace by Michael Ilseman · 13 years ago
- bb73002 Fix PR13859 by Michael Liao · 13 years ago
- 9bb938c TableGen: Add initializer. by Jim Grosbach · 13 years ago
- 78fff8e s/__llvm_gcov_flush/__gcov_flush/g by Bill Wendling · 13 years ago
- 2e34b99 LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function warnings use LLVM_ATTRIBUTE_UNUSED. by Benjamin Kramer · 13 years ago
- 2d1c2a2 NewSROA: Provide a full set of operator< for ByteRanges. by Benjamin Kramer · 13 years ago
- 3780ad8 Fix a few vars that can end up being used without initialization. by Axel Naumann · 13 years ago
- c8bf0f8 Removed the VMLxForwarding feature for the Cortex-A15 target. by Silviu Baranga · 13 years ago
- a52c3ac Add a MachinePostDominator pass by Tom Stellard · 13 years ago
- 9b7ca41 Add Michael Spencer's iterator class for stepping through relocations. Add method that, given a symbol index, will return the symbol's data. by Sid Manning · 13 years ago
- a26cadc Disable the protection from escaped allocas in an attempt to find violating passes. This may break the buildbots. I plan to revert it in a few hours. by Nadav Rotem · 13 years ago
- 9f9ce61 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
- 001d3dc Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
- de80917 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
- fc601db Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
- 7ffafe4 Remove a couple unused fields. Not detected by Wunused-private-field because of unimplemented copy constructor and copy assignment operator that make the class look incomplete. Upcoming patch will mark them deleted. by Craig Topper · 13 years ago
- efd841c Fix typo by Michael Liao · 13 years ago
- 3fee0fe Add include of Compiler.h to fix build bot failures. by Craig Topper · 13 years ago
- daca73f Add includes of Compiler.h to fix build bot failures. by Craig Topper · 13 years ago
- a558d91 Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that aren't implemented. by Craig Topper · 13 years ago
- f630e49 Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that aren't implemented. by Craig Topper · 13 years ago
- fbb1347 Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros. by Craig Topper · 13 years ago
- 63392ea Refactor the SROA visitors for partitioning an alloca and building by Chandler Carruth · 13 years ago
- af8d66c Add 'virtual' keywoards to output file for overridden functions. by Craig Topper · 13 years ago
- 6ffb402 Change unsigned to uint32_t to match base class declaration and other targets. by Craig Topper · 13 years ago
- 1d2b45f Fix bad comment. No functional change. by Craig Topper · 13 years ago
- ef2340e Add 'virtual' keywoards to output file for overridden functions. by Craig Topper · 13 years ago
- 6fc671c Fix the testcase to work on all platforms. by Nadav Rotem · 13 years ago
- ef072c3 Add explicit virtual keywords for methods that override base class. by Craig Topper · 13 years ago
- 638e4c1 The PMOVZXWD family of functions had patterns extends narrow vector types to wide vector types. by Nadav Rotem · 13 years ago
- 3c0e5c9 Guard fields by NDEBUG until they get used in the release build. by Andrew Trick · 13 years ago
- 910cf7f Tidy up formatting of some elses on a separate line from preceding bracing. No functional change. by Craig Topper · 13 years ago
- c722ae7 Add alternative coalescing algorithm under a flag. by Jakob Stoklund Olesen · 13 years ago
- 2131eb4 Fix problem when using LiveRangeQuery with block entries. by Jakob Stoklund Olesen · 13 years ago
- 644b384 Tidy up trailing whitespace. by Craig Topper · 13 years ago
- 0c08f5d Remove unneeded header. by Craig Topper · 13 years ago
- 4e0ae44 Fix Doxygen issues: wrap code examples in \code and use \p to refer to by Dmitri Gribenko · 13 years ago
- dbf5457 Fix includes of llvm files that used angle brackets. by Craig Topper · 13 years ago
- dfa9979 Fix a couple include directives that used angle brackets for llvm files. by Craig Topper · 13 years ago
- 86a1c32 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
- dd100d8 Remove unused private fields to silence -Wunused-private-field. by Craig Topper · 13 years ago
- ab9baf7 Don't depend on kill flags in removeCopyByCommutingDef(). by Jakob Stoklund Olesen · 13 years ago
- 9ae03fa Make LiveRangeQuery work for PHIDefs as well. by Jakob Stoklund Olesen · 13 years ago
- 85aadc0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
- 09bc937 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
- 8a96348 Disable new sroa now that all buildbots have tested it. by Benjamin Kramer · 13 years ago
- 562b240 X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math. by Benjamin Kramer · 13 years ago
- 1c8db50 Port the SSAUpdater-based promotion logic from the old SROA pass to the by Chandler Carruth · 13 years ago
- 5a7dd43 Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and by Akira Hatanaka · 13 years ago
- 5974c31 Revert r163878 as it breaks on targets with alternate register names. Such targets do not exist in the main tree so this was not noticed. by Craig Topper · 13 years ago
- f934d15 Handled unaligned load/stores properly in Mips16 by Akira Hatanaka · 13 years ago
- 062986c PGO: preserve branch-weight metadata when simplifying two branches with a common by Manman Ren · 13 years ago
- 3cbd178 TableGen subtarget parser. Handle new machine model. by Andrew Trick · 13 years ago
- 5e613c2 TableGen subtarget parser. Handle new machine model. by Andrew Trick · 13 years ago
- 48605c3 TableGen subtarget parser. Handle new machine model. by Andrew Trick · 13 years ago
- 17785fd cmake: Fix file path. by Daniel Dunbar · 13 years ago
- 10097bd formatted_raw_ostream: Fix a serious bug in tell(). by Daniel Dunbar · 13 years ago
- d426a64 Some small reorganization to get read for Attributes overhaul. by Bill Wendling · 13 years ago