index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
-O[0-3] options should be also forwarded to opt and llc.
Mikhail Glushenkov
2009-10-17
1
-1
/
+19
*
Emit newlines at the end of instructions too.
Nick Lewycky
2009-10-17
1
-2
/
+2
*
Move StringMap's string has function into StringExtras.h
Daniel Dunbar
2009-10-17
2
-16
/
+17
*
Remove unnecessary include.
Daniel Dunbar
2009-10-17
1
-1
/
+0
*
Suppress -Asserts warning.
Daniel Dunbar
2009-10-17
1
-2
/
+2
*
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
7
-12
/
+35
*
Re-arrange some fields.
Evan Cheng
2009-10-17
1
-5
/
+5
*
Add another required #include for freestanding .h files.
Daniel Dunbar
2009-10-17
1
-2
/
+1
*
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
16
-51
/
+48
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
16
-48
/
+51
*
80 col violation.
Evan Cheng
2009-10-17
1
-1
/
+2
*
Simplify some code (first hunk) and fix PR5208 (second hunk) by
Chris Lattner
2009-10-17
2
-9
/
+38
*
check in a bunch of content from TestingGuide. Part of PR5216
Chris Lattner
2009-10-17
1
-3
/
+183
*
llvm-as: Simplify, and don't create empty output files with -disable-output.
Daniel Dunbar
2009-10-17
1
-31
/
+35
*
Reclaim a lost month.
Daniel Dunbar
2009-10-17
2
-0
/
+0
*
Add required #includes for freestanding .h files.
Daniel Dunbar
2009-10-17
2
-2
/
+3
*
Delete an obsolete comment.
Dan Gohman
2009-10-17
1
-2
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
25
-678
/
+74
*
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-17
3
-178
/
+562
*
Add a splice member function which accepts a range instead of a
Dan Gohman
2009-10-17
1
-0
/
+3
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
20
-160
/
+155
*
HeapAllocSRoA also needs to check if malloc array size can be computed.
Victor Hernandez
2009-10-16
2
-36
/
+66
*
Update tests to use FileCheck
Mon P Wang
2009-10-16
19
-55
/
+70
*
Add test case for r84279
Mon P Wang
2009-10-16
1
-0
/
+12
*
Allow widening of extract subvector
Mon P Wang
2009-10-16
2
-0
/
+8
*
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
1
-1
/
+1
*
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
6
-14
/
+31
*
Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...
Evan Cheng
2009-10-16
3
-5
/
+6
*
Move zext and sext casts fed by loads into the same block as the
Dan Gohman
2009-10-16
3
-3
/
+63
*
Parse PHI instruction with attached metadata.
Devang Patel
2009-10-16
2
-0
/
+19
*
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
2
-2
/
+43
*
Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...
Victor Hernandez
2009-10-16
1
-1
/
+1
*
Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...
Victor Hernandez
2009-10-16
1
-0
/
+30
*
Update from Cristina, llvm-gcc doesn't build on the SPARC version of solaris
Chris Lattner
2009-10-16
1
-1
/
+1
*
Force triple in tests.
Daniel Dunbar
2009-10-16
2
-2
/
+2
*
Strip trailing white space.
Duncan Sands
2009-10-16
2
-43
/
+41
*
Check that GVN performs this transform even if the calls
Duncan Sands
2009-10-16
1
-14
/
+14
*
Update CMake file.
Benjamin Kramer
2009-10-16
1
-0
/
+1
*
Cleaned up some code. No functionality change.
Sanjiv Gupta
2009-10-16
4
-67
/
+52
*
I am no spelling bee.
Evan Cheng
2009-10-16
1
-1
/
+1
*
Enable post-alloc scheduling for all ARM variants except for Thumb1.
Evan Cheng
2009-10-16
2
-8
/
+10
*
If post-alloc scheduler is not enabled, it should return false, not true.
Evan Cheng
2009-10-16
1
-3
/
+3
*
Indent code.
Zhongxing Xu
2009-10-16
1
-1
/
+1
*
Add comment.
Evan Cheng
2009-10-16
1
-0
/
+2
*
80 column violation.
Evan Cheng
2009-10-16
1
-1
/
+2
*
Fix more NEON instruction encodings.
Bob Wilson
2009-10-16
1
-2
/
+2
*
Add half precision floating point support (float16) to APFloat,
Chris Lattner
2009-10-16
2
-1
/
+72
*
add haiku support, patch by Paul Davey!
Chris Lattner
2009-10-16
2
-1
/
+5
*
MC: Set symbol values in MachO MCStreamer.
Daniel Dunbar
2009-10-16
1
-1
/
+3
*
Minor formatting tweaks.
Daniel Dunbar
2009-10-16
3
-37
/
+35
[next]