- a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
- 50a5aa1 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. by Daniel Dunbar · 16 years ago
- f63623f Make GetSourceVersion more portable, thanks Pawel! by Daniel Dunbar · 16 years ago
- ea5c2ba Update CMake LibDeps by Daniel Dunbar · 16 years ago
- 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 16 years ago
- b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 16 years ago
- 12bdbf1 Revert r94066, which was the patch which added a Verifier pass after by Dan Gohman · 16 years ago
- 7d1e49c add comment support to the rest of the directives. by Chris Lattner · 16 years ago
- d5a7e35 stop using strtoll, it gives windows heartburn. by Chris Lattner · 16 years ago
- 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 16 years ago
- 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 16 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
- 6eeb734 give PassNameParser a home. by Chris Lattner · 16 years ago
- 36fe198 add an out-of-line virtual method to CmpInst to give it a home. by Chris Lattner · 16 years ago
- 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 16 years ago
- 6f6e87d simplify code. by Chris Lattner · 16 years ago
- c5e5b3c drop the pass name from the output. by Chris Lattner · 16 years ago
- 5a66cb9 eliminate dynamic_cast from this file. by Chris Lattner · 16 years ago
- 77c95ed eliminate a bunch more unneeded dynamic_cast's. by Chris Lattner · 16 years ago
- 3660eca eliminate a bunch of dynamic_cast's. by Chris Lattner · 16 years ago
- 5e664b8 eliminate a bunch of dynamic_cast's. by Chris Lattner · 16 years ago
- c589e03 Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may improve cache locality. This is controlled by -cluster-loads for now. by Evan Cheng · 16 years ago
- 96dc115 Add two target hooks to determine whether two loads are near and should be scheduled together. by Evan Cheng · 16 years ago
- cf220d5 Add DenseMapInfo for signed long long. by Evan Cheng · 16 years ago
- 4bd8dc3 CMake: Add MCParser directory. by Daniel Dunbar · 16 years ago
- eab04fc lit: Separate test suite from test name with spaces, to make it easier to cut and paste. by Daniel Dunbar · 16 years ago
- 46dc583 add new file by Chris Lattner · 16 years ago
- be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 16 years ago
- 0d6eee4 forgot to svn add these, doh. by Chris Lattner · 16 years ago
- c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago
- 03949c9 remove some confused code that used strtoull by Chris Lattner · 16 years ago
- a27f64f allow registering target lexers. by Chris Lattner · 16 years ago
- af0d301 stub out a new TargetAsmLexer interface. by Chris Lattner · 16 years ago
- 7979b72 Revert LoopStrengthReduce.cpp to pre-r94061 for now. by Dan Gohman · 16 years ago
- 3ec68f9 Store flags in bitfields instead of masking them into the pointer for the left child. This leads to some nice conceptually cleanups. by Ted Kremenek · 16 years ago
- d5d2bae Fix PR5694. The CMN instructions set the flags differently from CMP, so they by Jim Grosbach · 16 years ago
- 8767d32 Tidy up assertion syntax. No functionality change. by Ted Kremenek · 16 years ago
- edd7966 No need to look through bitcasts for DbgInfoIntrinsic by Victor Hernandez · 16 years ago
- e31dc35 DbgInfoIntrinsic no longer appear in an instruction's use list by Victor Hernandez · 16 years ago
- a4c7762 No need to look through bitcasts for DbgInfoIntrinsic by Victor Hernandez · 16 years ago
- 6c146ee DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up looking for them in use iterations and remove OnlyUsedByDbgInfoIntrinsics() by Victor Hernandez · 16 years ago
- eca35b7 When inserting expressions for post-increment users which contain by Dan Gohman · 16 years ago
- 940bd3e Include IVUsers information in LSR's debug output. by Dan Gohman · 16 years ago
- 8b0ade3 Prune the search for candidate formulae if the number of register by Dan Gohman · 16 years ago
- 80ffc96 Trim unneeded includes. by Evan Cheng · 16 years ago
- 2f52458 Add a comment. by Dan Gohman · 16 years ago
- 839a015 It turns out that this #include is needed because otherwise by Chris Lattner · 16 years ago
- 7bc3bce unbreak the build, apparently without this transformutils starts depending on libipa? by Chris Lattner · 16 years ago
- 1b3ef34 tidy up by Chris Lattner · 16 years ago
- d3a6d90 tidy up by Chris Lattner · 16 years ago
- 717ce2b remove dead .erase. by Chris Lattner · 16 years ago
- f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 16 years ago
- 2116a4e testcase for r94095 by Chris Lattner · 16 years ago
- 2614172 fix a problem with a missing _, testcase pending. by Chris Lattner · 16 years ago
- 589423c Don't need to include IntrinsicInst.h any more by Victor Hernandez · 16 years ago
- f42fae1 No need to map NULL operands of metadata by Victor Hernandez · 16 years ago
- e40eb09 Add a simple script for getting a version tag from a svn/git-svn/git by Daniel Dunbar · 16 years ago
- 629bff6 struct/class mismatch. by Benjamin Kramer · 16 years ago
- 82b5a30 Make the parser include the lower level error message in its own error by Dan Gohman · 16 years ago
- 5e5442c Avoid printing a spurious semicolon when there is no filename. by Dan Gohman · 16 years ago
- c37e3d5 When re-using an existing cast for a user, it's still necessary to call by Dan Gohman · 16 years ago
- 401f325 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 16 years ago
- 1548b86 remove a couple of asserts that use RTTI. by Chris Lattner · 16 years ago
- fca3706 Run the verifier after LSR, to help catch use-before-def errors before by Dan Gohman · 16 years ago
- a10756e Re-implement the main strength-reduction portion of LoopStrengthReduction. by Dan Gohman · 16 years ago
- ac8b4bf eliminate dynamic_cast from the pass manager. by Chris Lattner · 16 years ago
- ed1a4c7 Add strcpy_chk -> strcpy support for "don't know" object size by Eric Christopher · 16 years ago
- 94da721 Fix a minor issue in x86 load / store folding table. movups does an unaligned load so it doesn't require 16-byte alignment. by Evan Cheng · 16 years ago
- d0a0c38 Make sure that landing pad entries in the EH call site table are in the proper by Jim Grosbach · 16 years ago
- fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
- 0527344 simplify this code. by Chris Lattner · 16 years ago
- bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago
- 8d77cc8 SjLj EH introduces can introduce an additional edge to a landing pad and pad by Jim Grosbach · 16 years ago
- 10d33a4 Promoted the reference to the SourceMgr from AsmLexer by Sean Callanan · 16 years ago
- 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 16 years ago
- 73a1aa0 eliminate FnStubInfo, using MachineModuleInfoMachO instead. by Chris Lattner · 16 years ago
- 73e884b make findDebugLoc a class method by Dale Johannesen · 16 years ago
- 917d628 split function stub printing out to its own function, no functionality change. by Chris Lattner · 16 years ago
- d3ec0b5 eliminate the GVStubs and HiddenGVStubs maps, and use by Chris Lattner · 16 years ago
- 0e94fac don't forget to initialize an instance variable! by Chris Lattner · 16 years ago
- cf495bc by David Greene · 16 years ago
- 1bc76d4 adopt getAdjustedAnalysisPointer in a few more passes. by Chris Lattner · 16 years ago
- fc570e4 adopt getAdjustedAnalysisPointer in two more passes. by Chris Lattner · 16 years ago
- cdac3a3 adopt getAdjustedAnalysisPointer in BasicCallGraph. by Chris Lattner · 16 years ago
- 2033097 add some new methods to adjust this pointers. Not used yet. by Chris Lattner · 16 years ago
- 61186cd add a helper method. by Chris Lattner · 16 years ago
- b0bedd6 don't send null pointers through the constantexpr codepath unneededly. by Chris Lattner · 16 years ago
- f958dd2 reduce redundant are's. by Chris Lattner · 16 years ago
- f8526cb Move per-function inline threshold calculation to a method. by Jakob Stoklund Olesen · 16 years ago
- 32f6a8d use getGlobalDirective(), don't hardcode .globl. PR6093 by Chris Lattner · 16 years ago
- 2ef951e by David Greene · 16 years ago
- bcb83e5 eliminate some uses of AsmPrinter::EmitIntXXX by Chris Lattner · 16 years ago
- 2ab4709 Backout r93990 by Victor Hernandez · 16 years ago
- ea3cb40 inline and radically simplify printDataDirective. It will eventually by Chris Lattner · 16 years ago
- 213168b emit basic block labels with mcstreamer. by Chris Lattner · 16 years ago
- 043c4e5 emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1, for tidiness. by Chris Lattner · 16 years ago
- 2dd245c signficant cleanups to EmitGlobalConstant (including streamerization by Chris Lattner · 16 years ago
- 3bcda49 Fix/strengthen verification of llvm.dbg.declare by Victor Hernandez · 16 years ago
- acf1831 Switch Elts from vector to SmallVector by Victor Hernandez · 16 years ago
- 9ceff94 switch ConstantFP emission to use MCStreamer, significantly by Chris Lattner · 16 years ago