aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-261-3/+10
* Object/Archive: Cleanup anon namespace.Michael J. Spencer2011-10-251-8/+5
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-251-7/+48
* Remove extraneous printing of "-PC".Owen Anderson2011-10-251-1/+0
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-251-0/+32
* Remove a couple redundant checks.Eli Friedman2011-10-251-2/+0
* Make assert() message more informative.Jim Grosbach2011-10-251-1/+2
* Teach the MachO relocation pretty-printer to interpret ARM half-relocations.Owen Anderson2011-10-251-42/+104
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-252-0/+39
* Corrects previously incorrect $sp change in MipsCompilationCallback.Bruno Cardoso Lopes2011-10-251-7/+7
* Revert commit 142891. Takumi bisected the tablegen miscompilesDuncan Sands2011-10-251-2/+1
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-251-26/+46
* Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth2011-10-251-15/+8
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-251-46/+26
* Remove dead enum value. There is no DIESectionOffset.Nick Lewycky2011-10-251-1/+0
* Remove unused forward decl.Eric Christopher2011-10-251-1/+0
* An MBB which branches to an EH landing pad shouldn't be considered for tail m...Bill Wendling2011-10-251-1/+2
* ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach2011-10-253-17/+33
* Remove the Blackfin backend.Dan Gohman2011-10-2538-4422/+0
* Remove the SystemZ backend.Dan Gohman2011-10-2438-6284/+0
* Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.Jim Grosbach2011-10-243-4/+0
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-244-21/+33
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-241-31/+127
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-241-0/+11
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-241-2/+6
* ARMConstantPoolMBB::print should print BB number.Evan Cheng2011-10-241-0/+1
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-242-0/+38
* ARM refactor am6offset usage for VLD1.Jim Grosbach2011-10-245-71/+181
* Get relocation parsing/dumping to a mostly-working state for MachO files.Owen Anderson2011-10-241-6/+127
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-241-6/+14
* Add support to the old JIT for acquire/release loads and stores on x86. PR11...Eli Friedman2011-10-241-9/+24
* Stub out some of the MachO relocation decoding hooks.Owen Anderson2011-10-241-0/+4
* Really unbreak CMake buildDouglas Gregor2011-10-241-3/+1
* Unbreak CMake buildDouglas Gregor2011-10-241-0/+1
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-241-6/+0
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-241-265/+0
* Delete the Latency scheduling preference.Dan Gohman2011-10-241-2/+0
* Change this overloaded use of Sched::Latency to be an overloadedDan Gohman2011-10-242-6/+6
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-241-1/+0
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-241-1/+1
* Thumb2 LDM instructions can target PC. Make sure to encode it.Jim Grosbach2011-10-241-8/+4
* Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.Bill Wendling2011-10-241-584/+10
* Sink an otherwise unused variable's initializer into the asserts thatChandler Carruth2011-10-241-3/+2
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-241-73/+76
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-241-20/+32
* PHI nodes not in the loop header aren't part of the loop iteration initialNick Lewycky2011-10-241-1/+1
* A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky2011-10-241-0/+8
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-241-32/+20
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-241-18/+9
* Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth2011-10-241-135/+90