aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.David Greene2007-09-041-1/+1
* Mac OS X X86-64 ABI is same as the standard.Evan Cheng2007-09-041-6/+2
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-0421-160/+195
* Reapply r41578 with proper fixAnton Korobeynikov2007-09-031-0/+1
* Silence warning while compiling with gcc 4.2Anton Korobeynikov2007-09-022-2/+4
* Emit proper "secrel" directive, where possible. This fixes invalid asm syntax...Anton Korobeynikov2007-09-021-43/+28
* More tweaks to improve compile time.Evan Cheng2007-09-012-41/+56
* Fix a gcroot lowering bug.Evan Cheng2007-09-012-2/+15
* Oops, should be part of 41664; won't work very well without this piece.Dale Johannesen2007-08-311-0/+38
* Add mod, copysign, abs operations to APFloat.Dale Johannesen2007-08-314-51/+78
* std::map -> DenseMap for slight compile time benefit.Evan Cheng2007-08-311-7/+7
* Allow the configure options to be set according to the llvm-top options.Reid Spencer2007-08-311-2/+35
* Revise per review of previous patch.Dale Johannesen2007-08-313-15/+29
* Initial support for calling functions with byval arguments on x86-64Rafael Espindola2007-08-313-22/+56
* Align i64 and f64 at 8 byte on x86-64.Rafael Espindola2007-08-311-6/+12
* Remove an unnecessary element, saving 4 bytes per LiveInterval.Evan Cheng2007-08-312-8/+4
* Use std::map instead of a (potentially very sparse) array to track val# defin...Evan Cheng2007-08-311-36/+27
* Update test case to reflect Dale's change.Evan Cheng2007-08-311-1/+3
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-3111-113/+155
* Instruction formats added used to generate multiply instructions of V5TE.Raul Herbster2007-08-301-39/+52
* Unused relocation type reloc_arm_absolute removed.Raul Herbster2007-08-301-2/+0
* Comments added. It now generates V5TE multiply instructions. However, it is s...Raul Herbster2007-08-301-58/+175
* ARM instruction table was modified by adding information to generate multiply...Raul Herbster2007-08-301-42/+57
* JITInfo now resolves function addrs and also relocations. It always emits a s...Raul Herbster2007-08-301-30/+43
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-301-1/+1
* Do not run on darwin.Tanya Lattner2007-08-301-2/+2
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-303-50/+101
* Try fold re-materialized load instructions into its uses.Evan Cheng2007-08-301-11/+22
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-307-5/+42
* Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin...Evan Cheng2007-08-301-0/+12
* Mark load instructions with isLoad = 1.Evan Cheng2007-08-305-6/+21
* Use i64 on a PPC64 machineBill Wendling2007-08-301-1/+1
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-3011-35/+141
* Fix use of declaration inside case blockAnton Korobeynikov2007-08-291-1/+2
* Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng2007-08-295-352/+316
* Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)Anton Korobeynikov2007-08-291-1/+13
* Move getX86RegNum into X86RegisterInfo and use itDuncan Sands2007-08-296-88/+80
* Alphabetize Raul's entry.Raul Herbster2007-08-291-3/+4
* New contributor addedRaul Herbster2007-08-291-1/+3
* Updating configure script to enable MIPS.Tanya Lattner2007-08-291-25/+30
* Silence implicit 64->32-bit conversion warnings.Chris Lattner2007-08-291-20/+6
* getMinSignedBits needs to take into consider the sign bit when the value is p...Chris Lattner2007-08-291-1/+1
* update theseChris Lattner2007-08-292-2/+2
* Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman2007-08-283-1/+145
* Update win32 VStudio project files to keep pace with recently added and delet...Chuck Rose III2007-08-284-16/+27
* Recover most of the compile time regression due to recent live interval changes.Evan Cheng2007-08-284-98/+100
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-283-61/+113
* Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes2007-08-281-20/+29
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-282-73/+111
* Added methods to record SPOffsets from LowerFORMAL_ARGUMENTSBruno Cardoso Lopes2007-08-281-3/+53