index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-03-03
3
-0
/
+28
*
another random note
Chris Lattner
2008-03-02
1
-0
/
+23
*
add a note
Chris Lattner
2008-03-02
1
-0
/
+39
*
Evan implemented these.
Chris Lattner
2008-03-02
3
-53
/
+34
*
Evan implemented this.
Chris Lattner
2008-03-02
2
-23
/
+8
*
add a testcase for misc vector stuff
Chris Lattner
2008-03-02
1
-0
/
+37
*
add support for lvsl, fixing PR1481
Chris Lattner
2008-03-02
1
-0
/
+9
*
add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE.
Chris Lattner
2008-03-02
1
-1
/
+39
*
refactor intrinsic handling code out into its own method.
Chris Lattner
2008-03-02
1
-108
/
+115
*
fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/V...
Chris Lattner
2008-03-02
1
-1
/
+6
*
insertelement got the wrong operands.
Chris Lattner
2008-03-02
1
-2
/
+2
*
Several changes:
Chris Lattner
2008-03-02
1
-82
/
+109
*
suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix...
Nick Kledzik
2008-03-02
1
-7
/
+13
*
Fix a bug I introduced in constant array and constant vector handling.
Chris Lattner
2008-03-02
1
-2
/
+2
*
implement shufflevector.
Chris Lattner
2008-03-02
1
-4
/
+38
*
make operand accessors const-correct
Chris Lattner
2008-03-02
1
-1
/
+5
*
Add a new ShuffleVectorInst::getMaskValue method.
Chris Lattner
2008-03-02
2
-6
/
+29
*
implement extractelement.
Chris Lattner
2008-03-02
1
-2
/
+17
*
implement insertelement.
Chris Lattner
2008-03-02
1
-1
/
+17
*
respect isSigned for vector types, fixing sdiv of vectors etc.
Chris Lattner
2008-03-02
1
-2
/
+2
*
print the attribute in the right place, this fixes function returning vectors.
Chris Lattner
2008-03-02
1
-2
/
+2
*
Oops, can't unwind to the entry block (entry block may have no preds).
Nick Lewycky
2008-03-02
1
-0
/
+6
*
vector types are simple types. This fixes div/rem of vectors.
Chris Lattner
2008-03-02
1
-10
/
+11
*
Print vector types appropriately. This gets basic vector code working
Chris Lattner
2008-03-02
1
-2
/
+6
*
rename PT -> VT for VectorTypes.
Chris Lattner
2008-03-02
1
-8
/
+7
*
Print i32/i64 integer constants as 1u instead of ((unsigned int)1).
Chris Lattner
2008-03-02
1
-21
/
+22
*
Move pr717 to here.
Chris Lattner
2008-03-02
1
-0
/
+14
*
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-02
10
-30
/
+146
*
good catch anton
Andrew Lenharth
2008-03-01
1
-6
/
+6
*
make CAS work
Andrew Lenharth
2008-03-01
2
-2
/
+3
*
all but CAS working on x86
Andrew Lenharth
2008-03-01
4
-46
/
+70
*
Also handle "getresult".
Nick Lewycky
2008-03-01
1
-0
/
+1
*
Print the name, not a pointer.
Nick Lewycky
2008-03-01
1
-1
/
+1
*
Add lock prefix support to x86. Also add the instructions necessary for the ...
Andrew Lenharth
2008-03-01
5
-6
/
+88
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
258
-7456
/
+7573
*
Fix PR2113 by verifying allocations.
Chris Lattner
2008-03-01
2
-3
/
+14
*
Fix this test.
Chris Lattner
2008-03-01
1
-7
/
+5
*
allow specified inline threshold to be negative, as the value is
Chris Lattner
2008-03-01
1
-1
/
+1
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-01
40
-705
/
+624
*
Disable lto because its broken on tiger.
Tanya Lattner
2008-03-01
1
-1
/
+1
*
Add MVT::is128BitVector and is64BitVector. Shrink
Dale Johannesen
2008-03-01
2
-16
/
+18
*
Refactor / clean up code; remove td list scheduler special tie breaker (no re...
Evan Cheng
2008-03-01
1
-78
/
+59
*
Fix cut-n-pasto.
Devang Patel
2008-02-29
1
-19
/
+1
*
Add pass to promote sret.
Devang Patel
2008-02-29
2
-0
/
+293
*
Use enumeration for preffered EH dwarf encoding reason
Anton Korobeynikov
2008-02-29
6
-14
/
+28
*
Don't fill eh frames even though these are text sections.
Evan Cheng
2008-02-29
3
-10
/
+15
*
update to document new lto API
Nick Kledzik
2008-02-29
1
-125
/
+88
*
install new lto dylib. pass down LLVM_SUBMIT_VERSION
Nick Kledzik
2008-02-29
1
-3
/
+6
*
stop building lto on all platforms. Start building lto2 on Darwin
Nick Kledzik
2008-02-29
1
-3
/
+6
*
fix default RC_ProjectSourceSubversion to be zero
Nick Kledzik
2008-02-29
1
-1
/
+1
[next]