- 6ba2e87 duncan points out the EH selector values are signed. by Chris Lattner · 16 years ago
- c19418f convert some stuff to StringRef to avoid temporary std::strings. by Chris Lattner · 16 years ago
- 7006760 add a comment. by Chris Lattner · 16 years ago
- ad2b6fc This file can need access to the X86 instruction enums when the table exceeds 32-bits. by Chris Lattner · 16 years ago
- 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 16 years ago
- 0674f4b Update to latest versions of config.guess and config.sub from by Mike Stump · 16 years ago
- c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 16 years ago
- 7de3bd2 Stop using alloca. by Nick Lewycky · 16 years ago
- e2394e9 Revert r82214 completely to fix build. by Xerxes Ranby · 16 years ago
- 8be58a1 Revert r82214. It broke 403.gcc on x86_64 / Darwin. by Evan Cheng · 16 years ago
- f8a5625 Fix a bug in sdisel switch lowering code. When it updates the phi nodes in switch successor blocks, it can introduce multiple phi operands of the same value from different blocks (and may not be on the predecessor list). by Evan Cheng · 16 years ago
- 1134dc5 Add newlines. by Nick Lewycky · 16 years ago
- 4aebc9d make this testcase check darwin32 also by Chris Lattner · 16 years ago
- 7ea9890 rename test by Chris Lattner · 16 years ago
- 3a5815f tolerate llvm.eh.selector.i64 on 32-bit systems and llvm.eh.selector.i32 on by Chris Lattner · 16 years ago
- 2039717 convert to filecheck by Chris Lattner · 16 years ago
- 3aaf740 rename file by Chris Lattner · 16 years ago
- cb89f6c Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC by Julien Lerouge · 16 years ago
- da795f8 A testcase! by Devang Patel · 16 years ago
- f633a06 Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions. by Devang Patel · 16 years ago
- 2fed70d Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> by John McCall · 16 years ago
- 2ef4d5d Add an svn:ignore. by Dan Gohman · 16 years ago
- 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
- 1f96e67 Teach ScalarEvolution how to reason about no-wrap flags on loops by Dan Gohman · 16 years ago
- f9ca50e grammar by Jim Grosbach · 16 years ago
- 10f9101 grammar by Jim Grosbach · 16 years ago
- f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 16 years ago
- d8c8e01 Initialize HasMetadata to zero. by Benjamin Kramer · 16 years ago
- f194d62 Remove test cases using -regalloc=simple. by Daniel Dunbar · 16 years ago
- f436463 Remove simple regalloc. It has bit rotted. by Evan Cheng · 16 years ago
- d7bd78e add a version of the APFloat constructor that initializes to 0.0 by Chris Lattner · 16 years ago
- 5cf732e Fix PR4910: Broken logic in coalescer means when a physical register liveness is being shortened, the sub-registers were not. The symptom is the register allocator could not find a free register for this particular test. by Evan Cheng · 16 years ago
- e4a5743 Some platforms may need malloc.h for alloca. by Daniel Dunbar · 16 years ago
- e443525 Update CMake. by Daniel Dunbar · 16 years ago
- 9a86f10 Added the LODS (load byte into register, usually by Sean Callanan · 16 years ago
- e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 16 years ago
- 358f1ef Added the LAR (load segment access rights) by Sean Callanan · 16 years ago
- 7e6d727 Added the LOOP family of instructions to the Intel instruction tables. by Sean Callanan · 16 years ago
- d2125a0 Added an alternate form of register-register CMP by Sean Callanan · 16 years ago
- 713f043 Fix typo. by Devang Patel · 16 years ago
- 123eaa7 At iSel time, update DebugLoc based on debug info attached with an instruction. by Devang Patel · 16 years ago
- 6f65d79 Add a new pass for doing late hoisting of floating-point and vector by Dan Gohman · 16 years ago
- 4321578 Print debug info attached with an instruction. by Devang Patel · 16 years ago
- 0696fdf Expand vector floating-point conversions not supported by NEON. by Bob Wilson · 16 years ago
- d81c450 Now that llc can read .ll files directly, teach it to recognize .ll as by Dan Gohman · 16 years ago
- 1b75f44 Provide a way to extract location info from DILocation. by Devang Patel · 16 years ago
- cea188a Parse debug info attached with an instruction. by Devang Patel · 16 years ago
- 95c1984 Add an interface to attach debugging information with an instruction. by Devang Patel · 16 years ago
- 937b1e9 Add llvm::Metadata to manage metadata used in a context. by Devang Patel · 16 years ago
- b5db830 Fixed some problems with the logic of parsing line comments by adding by Kevin Enderby · 16 years ago
- 0d6cd00 Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. by Kevin Enderby · 16 years ago
- 9ad2920 Change FoldPHIArgBinOpIntoPHI to decline folding if it would introduce two by Dan Gohman · 16 years ago
- 46fb0de Fix the comment in this test. by Dan Gohman · 16 years ago
- 3a9f68b Make cmake generated llvm-config output correct JIT backend for non X86 targets. by Xerxes Ranby · 16 years ago
- f4f1b26 Don't sort the vector when it is empty. This should fix some expensive checking by Benjamin Kramer · 16 years ago
- 9233272 Reapplied r81355 with the problems fixed. by Andreas Neustifter · 16 years ago
- 3314091 updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018 by Xerxes Ranby · 16 years ago
- ad80981 Preserve ProfileInfo during CodeGenPrepare. by Andreas Neustifter · 16 years ago
- dc62ea0 move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter by Chris Lattner · 16 years ago
- 29cf555 revert a hunk of r82018 that wasn't supposed to go in yet. by Chris Lattner · 16 years ago
- 686cb3d add a new MachineModuleInfoMachO class, which is the per-module by Chris Lattner · 16 years ago
- f86a778 apparently russians are really hard to sort or something! by Chris Lattner · 16 years ago
- b203043 I can sort, no really. by Chris Lattner · 16 years ago
- 941f4cd make more clear since it is sorted by last name now. by Chris Lattner · 16 years ago
- af5bd67 Doug is now the code owner for most of the Clang frontend. by Chris Lattner · 16 years ago
- f185455 the pointer MMI keeps will start out with object-file format specific stuff by Chris Lattner · 16 years ago
- e1e5334 tidy up by Chris Lattner · 16 years ago
- a76e3fc rearrange X86ATTAsmPrinter::doFinalization, making a scan of by Chris Lattner · 16 years ago
- d0acd9c Ted is christened as the owner of the clang static analyzer. by Chris Lattner · 16 years ago
- 4edd187 remove the AsmPrinter::printMCInst hook hack now that we have MCInstPrinter. by Chris Lattner · 16 years ago
- 1118922 fix cmake build by Shantonu Sen · 16 years ago
- 3b13d36 use an accessor to simplify code. by Chris Lattner · 16 years ago
- 206a357 Do not try and sink a load whose chain result has more than one use, when by Nate Begeman · 16 years ago
- 8d70854 Added the ENTER instruction, which sets up a stack by Sean Callanan · 16 years ago
- 13cf8e9 Added the definitions for one-bit left shifts to the Intel instruction tables. by Sean Callanan · 16 years ago
- b6c3385 Don't sink gep operators through phi nodes if the result would require by Dan Gohman · 16 years ago
- 60b9954 Removed a few instructions that were already covered by other definitions. by Sean Callanan · 16 years ago
- 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 16 years ago
- 7c74866 lit: Add a custom test format for use in clang. by Daniel Dunbar · 16 years ago
- b107fc1 remove a dead variable. by Chris Lattner · 16 years ago
- 4f3e7aa add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time. by Chris Lattner · 16 years ago
- 5ab9403 Added a variety of floating-point and SSE instructions. by Sean Callanan · 16 years ago
- 25d812b inline AsmPrinter::getCurrentFunctionEHName into its only caller. by Chris Lattner · 16 years ago
- 642b329 Expand some more vector operations not supported by Neon. by Bob Wilson · 16 years ago
- 24620fa remove a dead bool. by Chris Lattner · 16 years ago
- 1c90c6f Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) by Chris Lattner · 16 years ago
- 1633076 Neon does not support vector divide or remainder. Expand them. by Bob Wilson · 16 years ago
- 8deedba eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 16 years ago
- 334fd1f eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining by Chris Lattner · 16 years ago
- 58665d4 simplify some code by Chris Lattner · 16 years ago
- 74dc72e Expand all v2f64 arithmetic operations for Neon. by Bob Wilson · 16 years ago
- c7d10a0 Put back non-obsolete -f sections for 'opt'. by Daniel Dunbar · 16 years ago
- 356aed5 Added far return instructions (that is, returns to by Sean Callanan · 16 years ago
- bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 16 years ago
- f60d3eb strength reduce a call to PrintRelDirective(true). by Chris Lattner · 16 years ago
- a70e2e3 add hooks to hang target-specific goop off MachineModuleInfo, by Chris Lattner · 16 years ago
- 40fe16f Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot have different by Nate Begeman · 16 years ago
- ec26bf7 Expand on comment. by Eric Christopher · 16 years ago
- 62c28e3 Updated comments per Eli's suggestion. by Sean Callanan · 16 years ago
- 9b379dc Convert more tests to FileCheck. by Bob Wilson · 16 years ago