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
...
*
Fixed format string to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
1
-2
/
+2
*
Use the relationship models infrastructure to add two relations - getPredOpcode
Pranav Bhandarkar
2012-11-01
3
-211
/
+139
*
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-11-01
2
-2
/
+41
*
llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.
NAKAMURA Takumi
2012-11-01
1
-1
/
+2
*
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
2
-3
/
+25
*
Add a getAddressSpace method to the GEP instruction to mirror that of
Chandler Carruth
2012-11-01
1
-1
/
+8
*
Add some consistent doxygen comments for the address space helpers.
Chandler Carruth
2012-11-01
1
-0
/
+5
*
Normalize the API and doxygen comments for the ptrtoint instruction.
Chandler Carruth
2012-11-01
1
-2
/
+9
*
Remove a weird static helper from the GEP instruction and just directly
Chandler Carruth
2012-11-01
2
-21
/
+5
*
As I'm going to be touching several comments in this file, update the
Chandler Carruth
2012-11-01
1
-106
/
+106
*
Add a test case for PR14233.
Chandler Carruth
2012-11-01
1
-0
/
+53
*
Teach Type::getPointerAddressSpace to look through pointer vectors
Chandler Carruth
2012-11-01
3
-35
/
+11
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
33
-124
/
+92
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
46
-805
/
+463
*
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-11-01
1
-2
/
+60
*
Cleanup another place redundant SP maintained
Michael Liao
2012-11-01
1
-4
/
+4
*
[CMake] Add llvm-mcmarkup to check-llvm.
NAKAMURA Takumi
2012-11-01
1
-1
/
+6
*
test/CodeGen/X86/fp-fast.ll: Add +avx.
NAKAMURA Takumi
2012-11-01
1
-1
/
+1
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
2
-0
/
+38
*
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-12
/
+8
*
Don't insert and erase load instruction. Simply create (new) and delete it.
Jakub Staszak
2012-11-01
1
-2
/
+2
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
7
-101
/
+21
*
[Support] Fix StrError on Windows to actually return the error string...
Michael J. Spencer
2012-11-01
1
-1
/
+3
*
Generate a table-driven version of TRI::composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
2
-29
/
+115
*
Fixed format strings to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
1
-4
/
+4
*
MC: Simple example parser for MC assembly markup.
Jim Grosbach
2012-10-31
9
-2
/
+290
*
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-10-31
3
-5
/
+42
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
8
-8
/
+74
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
2
-26
/
+89
*
Mark code, not data, as executable in lli RemoteTarget simulator.
Andrew Kaylor
2012-10-31
1
-2
/
+2
*
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
2
-37
/
+0
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
3
-2
/
+33
*
MCJIT unit test: add calls to ensure that instruction caches are properly inv...
Amara Emerson
2012-10-31
1
-0
/
+5
*
Port lli bug fix from r166920 to MCJIT unit test.
Amara Emerson
2012-10-31
1
-3
/
+11
*
Commit access test.
Amara Emerson
2012-10-31
1
-0
/
+1
*
Remove stale documentation about tail duplicaton IR pass
Arnold Schwaighofer
2012-10-31
1
-17
/
+0
*
Test case for r167039. Check that tail-call optimization is disabled for
Akira Hatanaka
2012-10-31
1
-0
/
+23
*
Fix typo in CodeGenerator doc
Eli Bendersky
2012-10-31
1
-4
/
+4
*
LCSSA: Try to recover compile time regressions due to SCEV updates.
Benjamin Kramer
2012-10-31
1
-15
/
+9
*
Put the threshold magic number in a variable.
Nadav Rotem
2012-10-31
1
-1
/
+4
*
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-31
2
-21
/
+22
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
2
-2
/
+32
*
Remove enum values since they are not used anymore.
Nadav Rotem
2012-10-31
1
-6
/
+6
*
Address Duncan's comments on r167121.
Hans Wennborg
2012-10-31
1
-3
/
+4
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
10
-96
/
+255
*
Address Duncan's comments on r167115
Hans Wennborg
2012-10-31
1
-48
/
+42
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
4
-45
/
+111
*
Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.
Hans Wennborg
2012-10-31
1
-1
/
+1
*
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
3
-8
/
+8
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
2
-15
/
+139
[prev]
[next]