aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Testcase for PR2613Anton Korobeynikov2008-10-311-0/+61
* Invalidate debug/eh/gc labels when unreachable MBB is deleted.Anton Korobeynikov2008-10-311-13/+27
* Add comment.Evan Cheng2008-10-311-0/+2
* Use better data structure for ConstPoolId2AddrMap.Evan Cheng2008-10-312-15/+20
* Actually make debug output understandable.Evan Cheng2008-10-311-4/+4
* x86_64 rip-relative and magic mode addressMon P Wang2008-10-311-4/+8
* Forgot this in last commit.Evan Cheng2008-10-311-1/+1
* Encode PICADD; some code clean up.Evan Cheng2008-10-311-76/+101
* Remove some unused virtual function bodies.Dan Gohman2008-10-311-7/+5
* Revert r58489. It isn't correct for all cases.Bill Wendling2008-10-312-3/+4
* Symbol visibility is unsupported on cygwin too.Anton Korobeynikov2008-10-311-1/+1
* Add an assert to catch user errors like:Torok Edwin2008-10-311-2/+6
* Change x86 register allocation ordering to match that of gcc. Otherwise some ...Evan Cheng2008-10-311-19/+19
* Add a fixme.Evan Cheng2008-10-311-0/+3
* Totally disable the setSubgraphColor calls temporarily, as they'reDan Gohman2008-10-311-2/+2
* Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands2008-10-314-38/+286
* For some targets pointer and int are 16-bits. Allow 16-bits as a valid indexSanjiv Gupta2008-10-311-1/+2
* Don't skip over all "terminator" instructions when determining where to put theBill Wendling2008-10-312-4/+3
* Fix warning.Daniel Dunbar2008-10-311-1/+1
* CMake: Fix some unwanted commentary line wraps on the last change.Oscar Fuentes2008-10-311-19/+14
* CMake: Establish dependencies among executables and libraries, usingOscar Fuentes2008-10-311-3/+123
* Use MOVSSmr instead of EXTRACTPSmr in the case of extractingDan Gohman2008-10-312-4/+16
* Revert errant deletion. The target needs to be able to specify that it doesn'...Jim Grosbach2008-10-302-0/+8
* I think we got non-machine specific constpool entries covered.Evan Cheng2008-10-301-1/+2
* Change the name of the generated solution file for a CMake build. (from 'proj...Cedric Venet2008-10-301-0/+1
* Testcase for PR2987.Duncan Sands2008-10-301-0/+9
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-303-41/+162
* Testcase for PR2986.Duncan Sands2008-10-301-0/+14
* Fix PR2986: do not use a potentially illegalDuncan Sands2008-10-301-1/+6
* Set svn:ignore on cscope.{files,out} in root llvm directory.Daniel Dunbar2008-10-300-0/+0
* Set svn:ignore for some Release-Asserts and Output dirs.Daniel Dunbar2008-10-300-0/+0
* Shift amounts should have type getShiftAmountTyDuncan Sands2008-10-301-9/+9
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-308-18/+97
* Shift amounts should have the type given byDuncan Sands2008-10-301-5/+5
* Add missing vsetcc expansion for wideningMon P Wang2008-10-301-1/+12
* CMake: Reverted some unintentional changes on the previous commit.Oscar Fuentes2008-10-301-4/+1
* CMake: Cygwin pretends to be Unix.Oscar Fuentes2008-10-301-3/+11
* ARM JIT should observe -relocation-model command line option.Evan Cheng2008-10-302-2/+6
* Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang2008-10-306-33/+938
* mention fortran status.Chris Lattner2008-10-301-0/+13
* Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stackScott Michel2008-10-303-114/+77
* Revert r58411. The user needs to #define this when using the JITMemoryManager...Bill Wendling2008-10-301-0/+5
* Spell DISABLE_ASSERTIONS correctly.Dan Gohman2008-10-301-1/+1
* Revert part of r58048. It was breaking on SnowLeopard claiming thatBill Wendling2008-10-301-5/+0
* Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng2008-10-294-37/+82
* Add debugging support.Evan Cheng2008-10-292-1/+26
* Let target resolve some relocation results.Evan Cheng2008-10-291-30/+23
* This is not needed anymore.Evan Cheng2008-10-291-9/+0
* Add a bit to MachineRelocation that tells JIT that target is responsible for ...Evan Cheng2008-10-291-4/+18
* Fix PEXTRQ encodingNate Begeman2008-10-291-1/+1