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 tests for the new -no-show-raw-insn option of llvm-objdump.
Eli Bendersky
2012-11-20
2
-0
/
+21
*
Add obvious constantness.
Jakub Staszak
2012-11-20
1
-3
/
+3
*
Remove constness from this, it modifies the output stream as does
Eric Christopher
2012-11-20
2
-2
/
+2
*
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
Eli Bendersky
2012-11-20
1
-2
/
+9
*
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
2
-22
/
+22
*
[python] fix get_library()
Anders Waldenborg
2012-11-20
1
-15
/
+35
*
Removing some unused instruction definitions from the Hexagon backend.
Jyotsna Verma
2012-11-20
2
-92
/
+0
*
Remove unused function argument, add a bit to the comment.
Eric Christopher
2012-11-20
2
-5
/
+6
*
Formatting.
Eric Christopher
2012-11-20
1
-10
/
+11
*
Whitespace.
Eric Christopher
2012-11-20
1
-12
/
+8
*
Some sphinx-ing and consistency fixes
Eli Bendersky
2012-11-20
1
-16
/
+15
*
Remove some dead code.
Eric Christopher
2012-11-20
1
-19
/
+0
*
Better 80cols... *sigh*
Joe Abbey
2012-11-20
1
-3
/
+3
*
Fixing a broken link.
Joe Abbey
2012-11-20
1
-3
/
+3
*
[asan] use names of globals instead of an external set to distinguish the glo...
Kostya Serebryany
2012-11-20
1
-4
/
+8
*
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
2
-6
/
+26
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
2
-32
/
+51
*
docs: Fix highlighting.
Sean Silva
2012-11-20
1
-1
/
+1
*
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
NAKAMURA Takumi
2012-11-20
1
-0
/
+3
*
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-20
1
-1
/
+1
*
Use LLVM_ENABLE_DUMP for the variables used in printing as well as the
Chandler Carruth
2012-11-20
1
-2
/
+2
*
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
2
-0
/
+56
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
4
-12
/
+34
*
Intel OCL built-ins calling conventions now support MacOS 32-bit.
Elena Demikhovsky
2012-11-20
2
-59
/
+82
*
Marking remote mcjit tests as XFAIL for MIPS.
Simon Atanasyan
2012-11-20
7
-7
/
+7
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
12
-124
/
+102
*
Note Freescale's contributions in the PPC release notes.
Hal Finkel
2012-11-20
1
-1
/
+4
*
docs: Sphinxify LLVMBuild documentation.
Sean Silva
2012-11-20
3
-369
/
+327
*
Add a comment to associate a FIXME with a PR where it is matters.
Chandler Carruth
2012-11-20
1
-1
/
+2
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
4
-194
/
+164
*
ReST-ify some markup in the LIT document
Eli Bendersky
2012-11-20
1
-10
/
+10
*
80-column and whitespace fixups.
Eric Christopher
2012-11-20
2
-52
/
+54
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
3
-0
/
+58
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
4
-15
/
+19
*
Whitespace and 80-col.
Eric Christopher
2012-11-19
1
-49
/
+49
*
docs: Fix reference to "bold" part of code example.
Sean Silva
2012-11-19
1
-5
/
+6
*
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
3
-19
/
+11
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
4
-2
/
+141
*
Move section label emission to module end. Nothing should be
Eric Christopher
2012-11-19
1
-3
/
+3
*
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
2
-2
/
+17
*
Fix a pasto.
Eric Christopher
2012-11-19
2
-8
/
+10
*
80 cols
Joe Abbey
2012-11-19
1
-6
/
+9
*
Enable MCJIT tests on PowerPC.
Ulrich Weigand
2012-11-19
2
-2
/
+14
*
Add myself as owner of the Hexagon backend.
Anshuman Dasgupta
2012-11-19
1
-0
/
+4
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
2
-6
/
+6
*
First version of Polly release notes for 3.2
Tobias Grosser
2012-11-19
1
-5
/
+14
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
3
-115
/
+118
*
Some comment fixes.
Bob Wilson
2012-11-19
2
-6
/
+6
*
Move else onto line with preceding closing brace.
Craig Topper
2012-11-19
1
-2
/
+1
*
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
1
-11
/
+0
[next]