| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit keywords. | Dan Gohman | 2010-04-14 | 1 | -2/+2 |
* | Use C++, not C++-standard-library-internals-ese. | Dan Gohman | 2010-04-14 | 1 | -33/+33 |
* | Make SuccIterator's private parts private too. | Dan Gohman | 2010-04-14 | 1 | -5/+6 |
* | Make helper utility members private. | Dan Gohman | 2010-04-14 | 1 | -3/+4 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 1 | -1/+1 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-04-13 | 1 | -0/+2 |
* | Quick fix for build errors caused by undefined | Sean Callanan | 2010-04-13 | 1 | -1/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 2 | -1/+40 |
* | Eliminate MachineBasicBlock::const_livein_iterator and make | Dan Gohman | 2010-04-13 | 1 | -6/+3 |
* | Move MachineRegisterInfo's isLiveIn and isLiveOut out of line. | Dan Gohman | 2010-04-13 | 1 | -12/+2 |
* | Delete an unused member variable. | Dan Gohman | 2010-04-13 | 1 | -1/+0 |
* | SCCVN, we hardly knew ye! | Owen Anderson | 2010-04-13 | 2 | -7/+0 |
* | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of | Daniel Dunbar | 2010-04-13 | 1 | -0/+3 |
* | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con... | Daniel Dunbar | 2010-04-13 | 1 | -2/+59 |
* | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner | 2010-04-13 | 1 | -0/+15 |
* | Bug fix: included System/Types.h instead of | Sean Callanan | 2010-04-12 | 1 | -1/+1 |
* | Enhance ScalarEvolution::isKnownPredicate with support for | Dan Gohman | 2010-04-11 | 1 | -0/+7 |
* | Fix a comment. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Fix a #include. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman | 2010-04-11 | 1 | -4/+4 |
* | utostr isn't going away too soon, try to make it slightly smaller. | Benjamin Kramer | 2010-04-11 | 1 | -13/+8 |
* | add attributes and module level asm to the ocaml bindings, | Chris Lattner | 2010-04-10 | 1 | -0/+2 |
* | Adding IPSCCP and Internalize passes to the C-bindings | Wesley Peck | 2010-04-09 | 1 | -0/+6 |
* | Move 'Optional' class from Clang to LLVM/ADT. | Ted Kremenek | 2010-04-09 | 1 | -0/+66 |
* | Fix up header comments to match the comment fixups I made in r100849. | Bob Wilson | 2010-04-09 | 1 | -5/+3 |
* | Don't use reserved identifiers. | Dan Gohman | 2010-04-09 | 1 | -11/+11 |
* | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman | 2010-04-08 | 1 | -0/+64 |
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 2 | -6/+1 |
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 5 | -54/+26 |
* | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 2 | -14/+8 |
* | move macho section uniquing from MCParser and TLOF to MCContext where | Chris Lattner | 2010-04-08 | 4 | -16/+20 |
* | Coalescer should not delete copy instructions whose defs are partially dead. ... | Evan Cheng | 2010-04-08 | 1 | -0/+4 |
* | Add a -lint pass which checks for common sources of undefined or likely | Dan Gohman | 2010-04-08 | 2 | -0/+54 |
* | Fix a comment. | Dan Gohman | 2010-04-08 | 1 | -1/+1 |
* | Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will | Benjamin Kramer | 2010-04-08 | 2 | -0/+9 |
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 1 | -3/+5 |
* | Added support for ARM disassembly to edis. | Sean Callanan | 2010-04-08 | 1 | -2/+3 |
* | Fix typo. | Evan Cheng | 2010-04-07 | 1 | -1/+1 |
* | introduce a new recoverable error handling API to LLVMContext | Chris Lattner | 2010-04-07 | 1 | -0/+10 |
* | rename llvm_install_error_handler -> install_fatal_error_handler | Chris Lattner | 2010-04-07 | 1 | -9/+9 |
* | Add support for stpncpy_chk. | Eric Christopher | 2010-04-07 | 1 | -1/+1 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -4/+4 |
* | remove some unneeded errorhandling stuff. | Chris Lattner | 2010-04-07 | 1 | -7/+3 |
* | minor tidying up | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman | 2010-04-07 | 3 | -54/+119 |
* | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov | 2010-04-07 | 1 | -9/+4 |
* | Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any... | Anton Korobeynikov | 2010-04-07 | 1 | -8/+5 |
* | Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo... | Anton Korobeynikov | 2010-04-07 | 1 | -5/+10 |
* | Initial support for different kinds of FU reservation. | Anton Korobeynikov | 2010-04-07 | 2 | -2/+29 |
* | Add hook to insert late LLVM=>LLVM passes just before isel | Anton Korobeynikov | 2010-04-07 | 1 | -4/+9 |