- e117b63 Fix indentation. by Duncan Sands · 14 years ago
- d90fee9 Expose JIT::recompileAndRelinkFunction for use through the C API. by Duncan Sands · 14 years ago
- aa52fd1 Testcase for r108687. by Owen Anderson · 14 years ago
- 54026c0 Remove r108639 now that it is handled by InstCombine instead. by Owen Anderson · 14 years ago
- d902901 Reimplement r108639 in InstCombine rather than DAGCombine. by Owen Anderson · 14 years ago
- 926f2bb X86-64: Mark WINCALL and more tail call instructions as code gen only. by Daniel Dunbar · 14 years ago
- e4c52a2 X86: Mark some tail call pseduo instruction as code gen only. by Daniel Dunbar · 14 years ago
- df4c47b X86: Mark In32/64BitMode on LEAVE[64] and SYSEXIT[64]. by Daniel Dunbar · 14 years ago
- e5c8d95 _[A-Z] identifiers are reserved for the implementation. by Michael J. Spencer · 14 years ago
- 90b374c MC/X86: We now match instructions like "incl %eax" correctly for the arch we are by Daniel Dunbar · 14 years ago
- cf246b7 X86: Mark MOV.*_{TC,NOREX} instruction as code gen only, they aren't real. by Daniel Dunbar · 14 years ago
- 6c2c9a2 X86: MOV8o8a, MOV8ao8, etc. are only valid in 32-bit mode. by Daniel Dunbar · 14 years ago
- 8067adc MC: Add WinCOFFStreamer implementation and merge common code from MachO by Michael J. Spencer · 14 years ago
- 54074b5 TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher. by Daniel Dunbar · 14 years ago
- 24fdd27 Alphabetize. by Bill Wendling · 14 years ago
- 5d68ec2 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 14 years ago
- fc97aeb llvmc: Add a new option type (switch_list). by Mikhail Glushenkov · 14 years ago
- 9ece46d tests: Force another triple. by Daniel Dunbar · 14 years ago
- d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 14 years ago
- 0261243 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 14 years ago
- 754b9c9 Test commit by Michael J. Spencer · 14 years ago
- 1edf6ca MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 14 years ago
- 030794b tests: Force triples. by Daniel Dunbar · 14 years ago
- 6a46d57 MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 14 years ago
- 7a570d0 MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 14 years ago
- c64a0d7 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 14 years ago
- 6d8cf08 MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 14 years ago
- fb2d1b2 daniel doesn't hate me, he hates macpython 2.5, which by Chris Lattner · 14 years ago
- 3c802de MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 14 years ago
- 275ce39 MC/AsmParser: Use Error() instead of calling PrintMessage() directly. by Daniel Dunbar · 14 years ago
- f21e4e9 MC/AsmParser: Fix TokError() to accept a Twine. by Daniel Dunbar · 14 years ago
- aef87e3 MC/AsmParser: Hide the AsmParser implementation. by Daniel Dunbar · 14 years ago
- 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 14 years ago
- 346cc61 llvm-mc: Fix llvm-mc -as-lex. by Daniel Dunbar · 14 years ago
- 806de35 Fix struct/class mismatch by Douglas Gregor · 14 years ago
- fd73c91 Add a testcase for r108639. by Owen Anderson · 14 years ago
- 3ecdfaf Add a DAGCombine xform to fold away redundant float->double->float conversions around sqrt instructions. by Owen Anderson · 14 years ago
- 12f35c5 Added -pbqp-pre-coalescing flag to PBQP. If enabled this will cause PBQP to require by Lang Hames · 14 years ago
- aa7e8b2 fullStopTag cannot happen here, it is handled above by Gabor Greif · 14 years ago
- cba3da0 Fix what seems like a clear buffer overflow, noticed by cppcheck. by Duncan Sands · 14 years ago
- 7490896 Use isPrologLabel() instead of checking the opcode directly. by Bill Wendling · 14 years ago
- 89a902e the stackifier is global! by Chris Lattner · 14 years ago
- a40ce7e doxygenify some comments. by Chris Lattner · 14 years ago
- d3bb335 update CMakeLists.txt by Zhongxing Xu · 14 years ago
- 3b6702d Removed unused inRange variable. by Lang Hames · 14 years ago
- 9258318 Switched to array_pod_sort as per Chris's suggestion. by Lang Hames · 14 years ago
- 60f422f LoopSplitter - intended to split live intervals over loop boundaries. by Lang Hames · 14 years ago
- 7e3012c Another attempt at getting the clang self-host to like my instcombine patch. by Owen Anderson · 14 years ago
- d0f6f01 Iterating over sets of pointers in a heuristic was a bad idea. Switching by Lang Hames · 14 years ago
- dc1ad22 Start of .sleb128/.uleb128 parsing support. by Eli Friedman · 14 years ago
- e332553 unit test to go along with r108610 by Chris Lattner · 14 years ago
- 93604b6 Fix PR7658, a problem where type refinement can trigger by Chris Lattner · 14 years ago
- 21444ef Work-in-progress parsing for ELF .section directive. by Eli Friedman · 14 years ago
- 5423856 Add combiner patterns to more effectively utilize the BFI (bitfield insert) by Jim Grosbach · 14 years ago
- 879259f Test for ELF .size directive. by Eli Friedman · 14 years ago
- f82ccf5 Add support for parsing .size directives for ELF. by Eli Friedman · 14 years ago
- d1e3b44 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 14 years ago
- dd7d28a add BFI to getTargetNodeName() by Jim Grosbach · 14 years ago
- 15a2f2e Fix logic think-o by Jim Grosbach · 14 years ago
- 697cba8 Remove unnecessary check that was subsumed into canRealignStack. by Eric Christopher · 14 years ago
- 2b8271e Propagate alloca alignment information via variable size object frame by Eric Christopher · 14 years ago
- d4c36ce Make more explicit and add some currently disabled error messages for by Eric Christopher · 14 years ago
- acdb4b9 Make comment a bit more clear as well as return statement since by Eric Christopher · 14 years ago
- b9449d6 Update comment. by Bill Wendling · 14 years ago
- 469bbdb Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction by Jim Grosbach · 14 years ago
- 6dd26ba Fix whitespace. by Dan Gohman · 14 years ago
- dc86704 Consider this function: by Bill Wendling · 14 years ago
- 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 14 years ago
- 2aaa98d Avoid isMoveInstr when printing XCore pseudo-moves. by Jakob Stoklund Olesen · 14 years ago
- 84d499a Use MI.isCopy. by Jakob Stoklund Olesen · 14 years ago
- c66756b Use a small local function for a single remaining late isMoveInstr call in by Jakob Stoklund Olesen · 14 years ago
- 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 14 years ago
- b47bb13 Keep valgrind quiet. by Jakob Stoklund Olesen · 14 years ago
- 40f9be5 tidy up by Chris Lattner · 14 years ago
- af462c4 Remove remaining calls to TII::isMoveInstr. by Jakob Stoklund Olesen · 14 years ago
- a90c3f6 Emit COPY instead of FMR/FMSD instructions for floating point conversion on by Jakob Stoklund Olesen · 14 years ago
- 49669e6 eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, by Chris Lattner · 14 years ago
- 345ce54 get the first few tags from a precomputed table (count can be increased if desired) by Gabor Greif · 14 years ago
- 32bb4df Add missing attributes to cpp backend. by Eli Friedman · 14 years ago
- 323200d Accept registers with P modifier. PR 5314. by Dale Johannesen · 14 years ago
- 43906f9 Make llvm-bcanalyzer print out the full enum name for all metadata by Dan Gohman · 14 years ago
- 7a79fcb Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory by Jakob Stoklund Olesen · 14 years ago
- 1e381fc Reorder the contents of various getAnalysisUsage functions, eliminating by Dan Gohman · 14 years ago
- 9c3d5e4 Revert r108369, sorting llvm.dbg.declare information by source position, by Dan Gohman · 14 years ago
- 468a2a4 Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill by Jakob Stoklund Olesen · 14 years ago
- e098e7a Search for a free FP register instead of just assuming FP7 is not in use. by Jakob Stoklund Olesen · 14 years ago
- 835d425 Remove the rest of my instcombine changes. Back to the drawing board on this one. by Owen Anderson · 14 years ago
- e928ec9 Allow x87 FP registers to be alive globally in a function. by Jakob Stoklund Olesen · 14 years ago
- 1461520 Remove extraneous semicolons after member functions by Douglas Gregor · 14 years ago
- 3df1d5c Feed the right output into FileCheck. by Benjamin Kramer · 14 years ago
- a6aac4c eliminate CallInst::ArgOffset by Gabor Greif · 14 years ago
- 10bb421 Get rid of a bunch of duplicated ELF enum values. by Eli Friedman · 14 years ago
- 53621a1 A few more minor additions to ELF.h. by Eli Friedman · 14 years ago
- 31a0a43 Remove bogus link. by Eric Christopher · 14 years ago
- 394ce41 Arrays and vectors with different numbers of elements are not equivalent. by Nick Lewycky · 14 years ago
- 384271b Remove unnecessary conditional. by Eric Christopher · 14 years ago
- 74c7400 LoopSimplify does not update domfrontier correctly. by Tobias Grosser · 14 years ago
- 9a7b37b Add dump() to DominanceFrontier by Tobias Grosser · 14 years ago
- 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 14 years ago
- 18c479c Add forgotten test case. by Jakob Stoklund Olesen · 14 years ago