summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Neon does not actually have VLD{234}.64 instructions.Bob Wilson2009-08-063-9/+0
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-0514-49/+69
* Add a new pre-allocation pass to assign adjacent registers for Neon instructionsBob Wilson2009-08-054-1/+142
* Better handle kernel code model. Also, generalize the things and fix oneAnton Korobeynikov2009-08-053-34/+81
* Use GR32 for copies between GR32_NOSP and GR32_NOREX, as neitherDan Gohman2009-08-051-3/+11
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-052-6/+19
* When using NEON for single-precision FP, the NEON result must be placed in D0...David Goodwin2009-08-053-21/+41
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-051-2/+16
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-053-21/+13
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-15/+8
* Minor code simplification.Dan Gohman2009-08-051-4/+2
* Remove redundand checks: the only way to have, e.g. f32 RegVT is exactlyAnton Korobeynikov2009-08-051-11/+7
* hasSuperClass tests for a strict superset relation, rather thanDan Gohman2009-08-051-2/+2
* Unbreak the stuff, this is ugly, but we cannot do better for now with 'plain'...Anton Korobeynikov2009-08-051-5/+4
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-054-24/+41
* Privatize the FunctionType table.Owen Anderson2009-08-052-7/+9
* Use elf Object File directlyAndrew Lenharth2009-08-051-18/+1
* Remove some dead code.Daniel Dunbar2009-08-053-35/+1
* Enable the new no-SP register classes by default. This is to addressDan Gohman2009-08-053-17/+6
* Remove a redundant declaration.Bob Wilson2009-08-051-2/+0
* Update a comment to reflect the current code.Dan Gohman2009-08-051-1/+2
* Convert bswap test to filecheck, add more test entries & convert stuff to fil...Anton Korobeynikov2009-08-051-1/+1
* Fix a bug in the PIC16 backend.Dan Gohman2009-08-051-1/+1
* Disable NEON single-precision FP support for Cortex-A8, for now...David Goodwin2009-08-051-1/+1
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-057-21/+0
* Add memory versions of some instructions.Anton Korobeynikov2009-08-051-6/+83
* Rename a variable to make MSVC happy.Benjamin Kramer2009-08-051-3/+3
* By default, for cortex-a8 use NEON for single-precision FP. David Goodwin2009-08-052-5/+7
* Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar2009-08-052-152/+20
* Special constants as destinations does not work as expected - drop the patterns.Anton Korobeynikov2009-08-051-53/+0
* Alpha: Get section directives rightAndrew Lenharth2009-08-051-3/+3
* Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel.Anton Korobeynikov2009-08-051-7/+6
* Minor arm CBE fixes. Patch by Sandeep.Anton Korobeynikov2009-08-051-2/+2
* Emit module-level inline asm for CBE.Anton Korobeynikov2009-08-051-0/+48
* Disable stack coloring with register for now. It's not able to set kill markers.Evan Cheng2009-08-051-1/+3
* Another nasty coalescer bug (is there another kind):Evan Cheng2009-08-051-5/+19
* Remove accidental commited commentBruno Cardoso Lopes2009-08-051-2/+0
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-057-124/+218
* 80 col violations.Evan Cheng2009-08-051-9/+15
* common globals may also not be marked constant.Chris Lattner2009-08-051-3/+6
* Teach X86FastISel how to handle CCValAssign::BCvt, which is used forDan Gohman2009-08-051-0/+8
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-052-1/+13
* ZIV tester for LDA.Andreas Bolka2009-08-051-1/+17
* expose SectionKindForGlobal to curious clients, named asChris Lattner2009-08-051-9/+8
* Restrict LDA to GEPs with the same pointer offset.Andreas Bolka2009-08-051-11/+27
* add a temporary hook to allow reuse of the asmprinter from the disassembler.Chris Lattner2009-08-051-0/+3
* Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.Evan Cheng2009-08-052-5/+28
* Oops. I didn't mean to commit this piece yet.Bob Wilson2009-08-051-2/+0
* One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG.Evan Cheng2009-08-051-4/+6
* One more place where subreg lowering forgot to transfer undefness.Evan Cheng2009-08-051-3/+6
OpenPOWER on IntegriCloud