index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix a latent bug my inline asm stuff exposed:
Chris Lattner
2010-04-07
1
-0
/
+2
*
Remove unused method.
Benjamin Kramer
2010-04-07
2
-19
/
+0
*
Workaround the breakage in r100616 by guarding all timers with
Torok Edwin
2010-04-07
3
-32
/
+74
*
Use the "NamedGroupTimer" class to categorize DWARF emission better.
Bill Wendling
2010-04-07
4
-41
/
+28
*
Use raw_ostream.
Benjamin Kramer
2010-04-07
1
-22
/
+14
*
Add comments for missed opportunities.
Evan Cheng
2010-04-07
1
-1
/
+4
*
Fix typo.
Evan Cheng
2010-04-07
1
-1
/
+1
*
Have the inst emitter add the !srcloc mdnode to the machine instr.
Chris Lattner
2010-04-07
2
-2
/
+18
*
remove another magic number.
Chris Lattner
2010-04-07
1
-3
/
+2
*
Three changes:
Chris Lattner
2010-04-07
6
-62
/
+96
*
fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXX
Chris Lattner
2010-04-07
2
-3
/
+5
*
Fix memory leaks for external symbol name strings.
Sanjiv Gupta
2010-04-07
3
-20
/
+38
*
Clean up some signedness oddities in this code noticed by clang.
John McCall
2010-04-07
1
-5
/
+6
*
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-07
3
-52
/
+79
*
Post regalloc LICM. Work in progress.
Evan Cheng
2010-04-07
2
-11
/
+169
*
Do not emit specification DIE with DW_AT_specification attribute for member f...
Devang Patel
2010-04-06
1
-2
/
+17
*
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
5
-5
/
+5
*
Revert 100573, it's causing some testsuite problems.
Dale Johannesen
2010-04-06
2
-60
/
+71
*
Move printing of DEBUG_VALUE comments to target-independent place.
Dale Johannesen
2010-04-06
2
-71
/
+60
*
Expand SELECT and SELECT_CC for NEON vector types.
Bob Wilson
2010-04-06
1
-0
/
+2
*
Allow for the possibility that a debug-value points
Dale Johannesen
2010-04-06
1
-2
/
+13
*
Reverting 100530 & 100531 due to regressions in the GDB test suite.
Stuart Hastings
2010-04-06
2
-25
/
+8
*
Fix PR6696 and PR6663
Jim Grosbach
2010-04-06
5
-14
/
+84
*
Don't try to collapse DomainValues onto an incompatible SSE domain.
Jakob Stoklund Olesen
2010-04-06
1
-4
/
+12
*
performance: get rid of repeated dereferencing of use_iterator by caching its...
Gabor Greif
2010-04-06
1
-5
/
+7
*
make more two predicates constant
Gabor Greif
2010-04-06
1
-15
/
+15
*
performance: get rid of repeated dereferencing of use_iterator by caching its...
Gabor Greif
2010-04-06
1
-21
/
+28
*
const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobal
Gabor Greif
2010-04-06
1
-9
/
+10
*
use CallSite to access calls vs. invokes uniformly
Gabor Greif
2010-04-06
1
-5
/
+6
*
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
2
-3
/
+3
*
Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.
Evan Cheng
2010-04-06
2
-4
/
+5
*
Revise debug info machinery to digest nested functions and classes.
Stuart Hastings
2010-04-06
2
-8
/
+25
*
Remove assert to treat memmove and memset like memcpy
Mon P Wang
2010-04-06
1
-3
/
+4
*
Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the
Owen Anderson
2010-04-06
1
-6
/
+14
*
Add a const qualifier.
Dan Gohman
2010-04-06
1
-1
/
+1
*
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
2
-5
/
+4
*
report errors through LLVMContext's inline asm handler if available.
Chris Lattner
2010-04-06
1
-1
/
+15
*
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-04-06
2
-5
/
+14
*
give LLVMContext an inline asm diagnostic hook member.
Chris Lattner
2010-04-06
3
-2
/
+22
*
Remove unnecessary include.
Devang Patel
2010-04-06
1
-1
/
+0
*
give the SourceMgr object a cookie.
Chris Lattner
2010-04-06
1
-1
/
+2
*
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-04-06
2
-2
/
+9
*
Properly enable load clustering.
Jakob Stoklund Olesen
2010-04-05
1
-4
/
+0
*
Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation.
Evan Cheng
2010-04-05
1
-4
/
+2
*
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
2
-3
/
+6
*
add .o file writing for inline asm in llc. Here's a silly
Chris Lattner
2010-04-05
1
-3
/
+34
*
Output floating point representations in DWARF format. This is done by outputing
Bill Wendling
2010-04-05
1
-0
/
+26
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
3
-21
/
+16
*
Fix ADD32rr_alt instruction encoding bug. Patch by Marius Wachtler.
Evan Cheng
2010-04-05
1
-1
/
+1
*
fix a really nasty bug that Evan was tracking in SCCP. When resolving
Chris Lattner
2010-04-05
1
-29
/
+32
[prev]
[next]