aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add newline at end of file.Duncan Sands2009-07-221-1/+1
* Thread local globals don't require special handling by the linker and so canRichard Osborne2009-07-221-0/+7
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-221-2/+1
* Don't give a massive inlining cost bonus to available_externally Eli Friedman2009-07-221-2/+1
* Don't forget D16 - D31 are clobbered by calls and sjlj eh.Evan Cheng2009-07-223-10/+20
* Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-cau...Evan Cheng2009-07-221-2/+2
* Fix a obvious copy-n-paste bug.Evan Cheng2009-07-221-1/+1
* Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng2009-07-223-69/+78
* Add support for MMX VSETCC.Eli Friedman2009-07-222-0/+33
* Added the unconditional JMP with an 8-bit relocation for theSean Callanan2009-07-221-1/+3
* Add an entry.Evan Cheng2009-07-221-0/+4
* inline the two MergeableConstSection implementations into theirChris Lattner2009-07-222-25/+18
* set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner2009-07-221-1/+2
* don't set the small flag yet.Chris Lattner2009-07-221-2/+1
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-225-44/+68
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-223-25/+30
* Get rid of the Pass+Context magic.Owen Anderson2009-07-2296-733/+793
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-224-47/+36
* Fixing cp island pass. Step 1: Determine whether the constant pool offset can beEvan Cheng2009-07-211-18/+23
* Fix comment.Evan Cheng2009-07-211-1/+1
* simplify code now that it is inlined.Chris Lattner2009-07-212-16/+5
* Exposed PHIElimination pass within CodeGen.Lang Hames2009-07-212-74/+101
* Now that RelocBehaviour() is never overloaded, it doesn't need to beChris Lattner2009-07-212-10/+10
* this doesn't break any of the 4 ia64 tests.Chris Lattner2009-07-212-6/+0
* alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner2009-07-212-7/+0
* Add some support for iterative coalescers to calculate a joined liveDavid Greene2009-07-212-2/+35
* no really, I can spell!Chris Lattner2009-07-212-3/+3
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-212-1/+27
* Convert instcombine from using using getAnalysis<TargetData> toDan Gohman2009-07-211-46/+62
* Permit the IntPtrTy argument to isEliminableCastPair to be null,Dan Gohman2009-07-211-0/+4
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes2009-07-212-27/+29
* Replace the original ad-hoc code for determining whether (v pred w) impliesDan Gohman2009-07-211-104/+197
* remove the last bits of SectionFlagsForGlobal. There is some flag here thatChris Lattner2009-07-212-30/+2
* don't mask out the small flag and then reapply it later.Chris Lattner2009-07-211-15/+1
* if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV...Chris Lattner2009-07-211-1/+1
* remove the Xcore implementation of SelectSectionForGlobal. While you haveChris Lattner2009-07-212-22/+0
* simplify based on the fact that darwin always uses L/l.Chris Lattner2009-07-211-8/+4
* make some stuff private.Chris Lattner2009-07-211-10/+3
* Remove the XCore custom implementation of MergeableConstSection, relying onChris Lattner2009-07-212-18/+0
* inline a trivial method into its only call site and fix indentation of casesChris Lattner2009-07-211-21/+16
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-213-70/+5
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-213-11/+13
* minor cleanups.Chris Lattner2009-07-211-16/+10
* Privatize the ConstantArray table.Owen Anderson2009-07-214-126/+159
* Missed a piece of the commit to remove the shift flavor.Eli Friedman2009-07-211-1/+0
* Privatize the first of the value maps.Owen Anderson2009-07-214-46/+329
* Remove shift amount flavor. It isn't actually complete enough to Eli Friedman2009-07-214-5/+0
* Remove a couple of already-implemented notes.Eli Friedman2009-07-211-12/+0
* Prefix IR dumps with LiveInterval indices when possible. This turnsDavid Greene2009-07-211-9/+2
* Add fake v7 itineraries for now.Evan Cheng2009-07-213-4/+40