aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-228-48/+87
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-224-25/+36
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22120-786/+835
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-225-67/+51
* Misc. doc fixes following suggestions from Eli.Dan Gohman2009-07-221-5/+9
* 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-213-17/+10
* Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to beEric Christopher2009-07-211-0/+3
* 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-213-7/+7
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-213-2/+55
* 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-212-1/+5
* fix typoChris Lattner2009-07-211-1/+1
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes2009-07-213-28/+30
* Replace the original ad-hoc code for determining whether (v pred w) impliesDan Gohman2009-07-213-117/+253
* Remove a big test case.Evan Cheng2009-07-211-5384/+0
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-214-5/+19
* 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-213-14/+10
* improve comments.Chris Lattner2009-07-211-11/+21
* Remove the XCore custom implementation of MergeableConstSection, relying onChris Lattner2009-07-212-18/+0
* Fix ocaml tests for 64-bit MacOS systems. LLVM is currently builtBob Wilson2009-07-211-1/+6
* Reorder the "Metadata" entry to match the C bindings.Bob Wilson2009-07-212-2/+2
* Add missing includeDaniel Dunbar2009-07-211-0/+1
* inline a trivial method into its only call site and fix indentation of casesChris Lattner2009-07-212-22/+16
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-214-71/+6
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-217-90/+19
* minor cleanups.Chris Lattner2009-07-211-16/+10
* Privatize the ConstantArray table.Owen Anderson2009-07-216-129/+166
* Add a few fairly obvious API changes I noticed while porting some old code.Torok Edwin2009-07-211-0/+8
* 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-216-50/+330
* Remove shift amount flavor. It isn't actually complete enough to Eli Friedman2009-07-215-20/+0
* Remove a couple of already-implemented notes.Eli Friedman2009-07-211-12/+0
* 80 col violation.Evan Cheng2009-07-211-9/+9
* Prefix IR dumps with LiveInterval indices when possible. This turnsDavid Greene2009-07-212-11/+26
* Add fake v7 itineraries for now.Evan Cheng2009-07-213-4/+40
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-2118-188/+110
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-214-8/+23
* Add a small utility class to configure IR printers. This will allowDavid Greene2009-07-211-0/+41