aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-033-0/+28
* another random noteChris Lattner2008-03-021-0/+23
* add a noteChris Lattner2008-03-021-0/+39
* Evan implemented these.Chris Lattner2008-03-023-53/+34
* Evan implemented this.Chris Lattner2008-03-022-23/+8
* add a testcase for misc vector stuffChris Lattner2008-03-021-0/+37
* add support for lvsl, fixing PR1481Chris Lattner2008-03-021-0/+9
* add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE.Chris Lattner2008-03-021-1/+39
* refactor intrinsic handling code out into its own method.Chris Lattner2008-03-021-108/+115
* fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/V...Chris Lattner2008-03-021-1/+6
* insertelement got the wrong operands.Chris Lattner2008-03-021-2/+2
* Several changes:Chris Lattner2008-03-021-82/+109
* suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix...Nick Kledzik2008-03-021-7/+13
* Fix a bug I introduced in constant array and constant vector handling.Chris Lattner2008-03-021-2/+2
* implement shufflevector.Chris Lattner2008-03-021-4/+38
* make operand accessors const-correctChris Lattner2008-03-021-1/+5
* Add a new ShuffleVectorInst::getMaskValue method.Chris Lattner2008-03-022-6/+29
* implement extractelement.Chris Lattner2008-03-021-2/+17
* implement insertelement.Chris Lattner2008-03-021-1/+17
* respect isSigned for vector types, fixing sdiv of vectors etc.Chris Lattner2008-03-021-2/+2
* print the attribute in the right place, this fixes function returning vectors.Chris Lattner2008-03-021-2/+2
* Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky2008-03-021-0/+6
* vector types are simple types. This fixes div/rem of vectors.Chris Lattner2008-03-021-10/+11
* Print vector types appropriately. This gets basic vector code workingChris Lattner2008-03-021-2/+6
* rename PT -> VT for VectorTypes.Chris Lattner2008-03-021-8/+7
* Print i32/i64 integer constants as 1u instead of ((unsigned int)1). Chris Lattner2008-03-021-21/+22
* Move pr717 to here.Chris Lattner2008-03-021-0/+14
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-0210-30/+146
* good catch antonAndrew Lenharth2008-03-011-6/+6
* make CAS workAndrew Lenharth2008-03-012-2/+3
* all but CAS working on x86Andrew Lenharth2008-03-014-46/+70
* Also handle "getresult".Nick Lewycky2008-03-011-0/+1
* Print the name, not a pointer.Nick Lewycky2008-03-011-1/+1
* Add lock prefix support to x86. Also add the instructions necessary for the ...Andrew Lenharth2008-03-015-6/+88
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01258-7456/+7573
* Fix PR2113 by verifying allocations.Chris Lattner2008-03-012-3/+14
* Fix this test.Chris Lattner2008-03-011-7/+5
* allow specified inline threshold to be negative, as the value is Chris Lattner2008-03-011-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0140-705/+624
* Disable lto because its broken on tiger.Tanya Lattner2008-03-011-1/+1
* Add MVT::is128BitVector and is64BitVector. ShrinkDale Johannesen2008-03-012-16/+18
* Refactor / clean up code; remove td list scheduler special tie breaker (no re...Evan Cheng2008-03-011-78/+59
* Fix cut-n-pasto.Devang Patel2008-02-291-19/+1
* Add pass to promote sret.Devang Patel2008-02-292-0/+293
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-296-14/+28
* Don't fill eh frames even though these are text sections.Evan Cheng2008-02-293-10/+15
* update to document new lto APINick Kledzik2008-02-291-125/+88
* install new lto dylib. pass down LLVM_SUBMIT_VERSIONNick Kledzik2008-02-291-3/+6
* stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik2008-02-291-3/+6
* fix default RC_ProjectSourceSubversion to be zeroNick Kledzik2008-02-291-1/+1