aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0742-151/+106
* Cache the sizes of vectors instead of calculating them all over the place.Bill Wendling2012-02-071-9/+11
* Reserve space in these vectors to prevent having to grow the array tooBill Wendling2012-02-072-6/+8
* Fix win32 build breakage from bitcode streaming patchDerek Schuff2012-02-071-1/+4
* [fast-isel] Add support for ADDs with non-legal types.Chad Rosier2012-02-062-5/+74
* This is a small patch with a couple of improvements for running lit with --de...Andrew Trick2012-02-062-2/+9
* Expose TargetPassConfig to PEI PassAndrew Trick2012-02-062-0/+2
* Add TargetPassConfig to the PassManager for use inside passesAndrew Trick2012-02-062-5/+7
* The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany2012-02-062-0/+51
* Fix comment-rulers.Nick Lewycky2012-02-064-4/+4
* Remove some unused functions.Jakob Stoklund Olesen2012-02-061-18/+0
* Don't explicitly renumber slot indices.Jakob Stoklund Olesen2012-02-061-2/+0
* System headers after llvm headers.Nick Lewycky2012-02-061-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-0626-161/+746
* Document the 'unwind' removal.Bill Wendling2012-02-061-1/+4
* [unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling2012-02-061-51/+10
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-069-129/+40
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-062-2/+1
* Make sure a reserved register has a live interval before merging.Jakob Stoklund Olesen2012-02-061-1/+5
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-0613-205/+70
* [unwind removal] Don't write out the dead 'unwind' instruction.Bill Wendling2012-02-061-3/+0
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-0611-134/+9
* 'unwind' is a keyword, not an instruction.Bill Wendling2012-02-062-2/+3
* [unwind removal] Remove the 'unwind' instruction parsing bits.Bill Wendling2012-02-062-5/+0
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-063-0/+156
* Test commit; also removes some trailing whitespaceDerek Schuff2012-02-061-3/+3
* The 'unwind' instruction is deprecated and will be removed, making this testBill Wendling2012-02-061-6/+0
* Update docs describing objective-c property encoding. This includes support f...Devang Patel2012-02-061-36/+126
* Mention that the 'unwind' instruction is now deprecated.Bill Wendling2012-02-061-0/+3
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-065-0/+64
* Update ExceptionDemo to use ConstantDataArray.Peter Collingbourne2012-02-061-2/+3
* X86: Don't call malloc for 4 bits. No functionality change.Benjamin Kramer2012-02-061-4/+3
* Make helper static.Benjamin Kramer2012-02-061-3/+3
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-068-73/+46
* Split part of EvaluateFunction into a new EvaluateBlock method. No functionalityNick Lewycky2012-02-061-57/+95
* Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper2012-02-062-3/+3
* Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper2012-02-064-84/+70
* fix indentationSebastian Pop2012-02-061-9/+9
* fix typoSebastian Pop2012-02-061-1/+1
* SmallVector's construct_range is the same thing as std::uninitialized_fill, n...Benjamin Kramer2012-02-051-9/+3
* Simplify code. No functionality change.Benjamin Kramer2012-02-051-6/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0535-188/+144
* Efficient Constant Uniquing.Talin2012-02-055-74/+201
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-052-13/+50
* DefinesPredicate should only look for def operands. Patch by Ludwig Meier.Evan Cheng2012-02-051-1/+1
* Clean up some whitespace and comments. No functionality change.Nick Lewycky2012-02-051-13/+13
* Fixing a warning in MSVC (this is also a test commit)Aaron Ballman2012-02-051-2/+2
* Neaten up this method. Check that if there is only oneDuncan Sands2012-02-051-3/+3
* Remove dead test: this was already checked and handled a few linesDuncan Sands2012-02-051-5/+0
* Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands2012-02-051-0/+6