aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-019-9/+9
* Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes2011-08-011-11/+13
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-011-0/+4
* Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases whereJakub Staszak2011-08-011-15/+15
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-011-2/+2
* Update CMake target names for tablegen-generated data in the X86 and ARM targ...Douglas Gregor2011-08-013-3/+3
* Add braces.Jay Foad2011-08-011-1/+2
* Simplify printAlias.Jay Foad2011-08-011-21/+2
* Micro-optimisation in getAliasedGlobal.Jay Foad2011-08-011-1/+1
* Remove an unnecessary cast.Jay Foad2011-08-011-1/+1
* I mis-interpreted the MCDisassembler's intended dependencies. Now to fixChandler Carruth2011-07-311-2/+9
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-3117-8/+95
* Do not handle cases with >= and <= predicates.Jakub Staszak2011-07-311-7/+0
* Remove untrue comment.Jakub Staszak2011-07-311-3/+0
* Do not handle case where LHS is equal to zero, because InstCombiner always movesJakub Staszak2011-07-311-24/+8
* Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola2011-07-311-11/+13
* Time the emission of debug values.Jakob Stoklund Olesen2011-07-311-1/+4
* Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero weJakub Staszak2011-07-311-1/+91
* Revert r136528 "Enable compact region splitting by default."Jakob Stoklund Olesen2011-07-301-1/+1
* Switch another of the old dependencies on implicitly produced syntheticChandler Carruth2011-07-301-1/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-3022-672/+44
* Added several architecture names.Sean Callanan2011-07-301-1/+2
* Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen2011-07-302-11/+4
* Don't check liveness of unallocatable registers.Jakob Stoklund Olesen2011-07-292-4/+11
* Check for multiple defs in the machine code verifier.Jakob Stoklund Olesen2011-07-291-0/+5
* Add an isSSA() flag to MachineRegisterInfo.Jakob Stoklund Olesen2011-07-293-1/+8
* Do not lose branch weights when lowering SwitchInst.Jakub Staszak2011-07-292-17/+52
* Enable compact region splitting by default.Jakob Stoklund Olesen2011-07-291-1/+1
* Add support for the 'Q' constraint.Eric Christopher2011-07-291-0/+3
* have the verifier catch gep's into opaque struct types. PR10473Chris Lattner2011-07-291-0/+4
* ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach2011-07-293-25/+52
* On mac, it seems the MC disassembler is actually using the targetinfoChandler Carruth2011-07-291-0/+2
* Remove unneeded const_cast.Jakub Staszak2011-07-291-2/+2
* ARM CPS mode immediate is 5 bits, not 4.Jim Grosbach2011-07-291-2/+2
* Clear DbgValues in the end.Devang Patel2011-07-291-0/+1
* Add more constantness in BranchProbabilityInfo.Jakub Staszak2011-07-291-10/+11
* Clean up debug info after reassociation.Devang Patel2011-07-291-1/+21
* ARM assembly parsing and encoding for RFE instruction.Jim Grosbach2011-07-293-13/+54
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-291-3/+0
* ARM SRS and RFE instructions are not code-gen only.Jim Grosbach2011-07-291-12/+7
* ARM range checking for mode on CPS instruction.Jim Grosbach2011-07-291-2/+2
* Update FIXME.Jim Grosbach2011-07-291-5/+2
* Tweak comment.Jim Grosbach2011-07-291-1/+1
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-291-2/+5
* Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow someNick Lewycky2011-07-292-24/+22
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-297-31/+182
* Remove incEdgeWeight and decEdgeWeight. Set edge weight directly to avoidJakub Staszak2011-07-291-30/+35
* Fix the MCDisassembler dependencies. These were just absurdly wrong.Chandler Carruth2011-07-291-34/+7
* Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes2011-07-291-5/+17
* Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes2011-07-291-7/+17