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
*
Add a header that was technically missing to see if this gets the
Chandler Carruth
2012-03-02
1
-0
/
+1
*
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
3
-5
/
+35
*
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
2
-59
/
+90
*
Prevent obscure and incorrect tail-call optimization.
Chad Rosier
2012-03-02
2
-0
/
+34
*
Grammar-o in function name.
Eric Christopher
2012-03-02
2
-4
/
+4
*
Grammar.
Eric Christopher
2012-03-02
1
-1
/
+1
*
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
1
-4
/
+3
*
Fix an iterator invalidation problem. operator[] on a DenseMap
Dan Gohman
2012-03-02
1
-8
/
+28
*
Misc micro-optimizations.
Dan Gohman
2012-03-02
1
-10
/
+12
*
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-02
2
-62
/
+18
*
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-02
2
-11
/
+11
*
Neuter the optimization I implemented with r107852 and r108258 which turn some
Evan Cheng
2012-03-01
2
-41
/
+42
*
Re-disable the debug output. The comment is there explaining why we want
Chandler Carruth
2012-03-01
1
-1
/
+1
*
Switch FoldingSet over to the new hashing infrastructure. We might want
Chandler Carruth
2012-03-01
1
-18
/
+2
*
Provide the 32-bit variant of the golden tests. Not sure how I forgot to
Chandler Carruth
2012-03-01
1
-3
/
+60
*
Handle regmasks in Thumb1RegisterInfo::saveScavengerRegister().
Jakob Stoklund Olesen
2012-03-01
1
-0
/
+5
*
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
2
-11
/
+11
*
ARM use the right opcode for FP<->Integer move in fast-isel.
Jim Grosbach
2012-03-01
1
-2
/
+2
*
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
3
-1
/
+9
*
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-03-01
6
-48
/
+45
*
[Object]
David Meyer
2012-03-01
8
-1
/
+77
*
Change ARMInstPrinter::printPredicateOperand() so it will not abort if it
Kevin Enderby
2012-03-01
2
-1
/
+22
*
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-03-01
6
-10
/
+117
*
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...
Benjamin Kramer
2012-03-01
2
-12
/
+7
*
Fix two warnings in this code that I missed.
Chandler Carruth
2012-03-01
1
-2
/
+3
*
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
Argyrios Kyrtzidis
2012-03-01
2
-4
/
+17
*
Trivial change to make the test use Use –mcpu=generic,
Preston Gurd
2012-03-01
2
-4
/
+4
*
Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.h
Argyrios Kyrtzidis
2012-03-01
1
-0
/
+0
*
Add the source file with trivial definitions in it that was missing from
Chandler Carruth
2012-03-01
1
-0
/
+29
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
6
-182
/
+1052
*
Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.
Benjamin Kramer
2012-03-01
3
-16
/
+10
*
Revert r151816 as Jim has the appropriate fix.
Chad Rosier
2012-03-01
2
-4
/
+4
*
Fix testcases from r151807.
Chad Rosier
2012-03-01
2
-4
/
+4
*
Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.
Jim Grosbach
2012-03-01
3
-57
/
+71
*
Revert "Emit the SubRegTable with the smallest possible integer type."
Jim Grosbach
2012-03-01
4
-14
/
+11
*
Add missing triple for tests.
Jim Grosbach
2012-03-01
2
-2
/
+2
*
rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj
Jia Liu
2012-03-01
1
-1
/
+1
*
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
2012-03-01
3
-2
/
+34
*
Make TargetRegisterClasses non-virtual by making the only virtual function a ...
Benjamin Kramer
2012-03-01
3
-60
/
+45
*
llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check".
NAKAMURA Takumi
2012-03-01
1
-1
/
+2
*
Emit the "is an intrinsic overloaded" table as a bitfield.
Benjamin Kramer
2012-03-01
3
-18
/
+14
*
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-03-01
5
-57
/
+55
*
Make InlineSpiller bundle-aware.
Jakob Stoklund Olesen
2012-03-01
2
-45
/
+57
*
[Object]
David Meyer
2012-03-01
16
-4
/
+654
*
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
5
-22
/
+20
*
Emit the intrinsic modref info as a lookup table instead of a huge switch.
Benjamin Kramer
2012-03-01
1
-16
/
+18
*
Don't redundantly copy implicit operands when rematerializing.
Lang Hames
2012-03-01
2
-4
/
+67
*
Fix flags for test in MC/MachO/ARM/empty-function-nop.ll
Richard Trieu
2012-03-01
1
-4
/
+4
*
Fixed the 32-bit runtime dynamic loader to allocate
Sean Callanan
2012-03-01
1
-1
/
+1
*
Implement getSubRegIndex as a linear search on the SubRegTable instead of usi...
Benjamin Kramer
2012-02-29
1
-14
/
+6
[next]