index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE...
NAKAMURA Takumi
2012-03-13
1
-0
/
+1
*
Change the second line of the test added for r152414 to use CHECK-NEXT.
Kevin Enderby
2012-03-12
1
-1
/
+1
*
DFAPacketizerEmitter: Prune includes.
Benjamin Kramer
2012-03-12
2
-4
/
+0
*
Added a missing error check for X86 assembly with mismatched base and index
Kevin Enderby
2012-03-12
2
-0
/
+23
*
Inline a trivial helper function.
Benjamin Kramer
2012-03-12
1
-7
/
+3
*
sort by alpha.
Bill Wendling
2012-03-12
1
-8
/
+8
*
Use a posix compliant regexp in export file construction.
Eric Christopher
2012-03-12
1
-1
/
+1
*
Revert due to nightly test failures.
Bill Wendling
2012-03-12
1
-82
/
+32
*
[asan] move x86-specific test to a separate X86 directory with a custom lit.l...
Kostya Serebryany
2012-03-12
2
-0
/
+13
*
When inlining a function and adding its inner call sites to the
Chandler Carruth
2012-03-12
2
-1
/
+110
*
Teach instsimplify how to constant fold pointer differences.
Chandler Carruth
2012-03-12
2
-0
/
+155
*
FileCheck-ize this test.
Chandler Carruth
2012-03-12
1
-10
/
+10
*
Don't cast away constant qualifier.
Duncan Sands
2012-03-12
1
-1
/
+1
*
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2012-03-12
1
-2
/
+2
*
Replace a hand-coded leading one counting loop with the magic from MathExtras.h.
Benjamin Kramer
2012-03-11
1
-8
/
+1
*
Remove global map. This code isn't even hot.
Benjamin Kramer
2012-03-11
1
-38
/
+28
*
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-11
2
-15
/
+13
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
12
-44
/
+44
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
9
-35
/
+35
*
Remove unused functions getArgRegs and getNumArgRegs.
Craig Topper
2012-03-11
2
-23
/
+0
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
19
-49
/
+52
*
[llvm.py] Implement disassembler interface
Gregory Szorc
2012-03-11
2
-0
/
+162
*
Add a few missing 'template' keywords
Douglas Gregor
2012-03-11
2
-3
/
+3
*
Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...
Craig Topper
2012-03-11
2
-11
/
+11
*
Fix warnings when building with VS11.
Michael J. Spencer
2012-03-11
1
-0
/
+3
*
Fix warnings.
Michael J. Spencer
2012-03-11
1
-4
/
+4
*
Fixing a compile warning triggered in MSVC about constant truncation.
Aaron Ballman
2012-03-10
1
-1
/
+2
*
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-10
3
-36
/
+157
*
Make helper static, so it can be inlined into its sole caller.
Benjamin Kramer
2012-03-10
1
-3
/
+3
*
Revert "[llvm.py] Implement interface to enhanced disassembler"
Gregory Szorc
2012-03-10
2
-626
/
+0
*
*fix typo in comment; test of commit access
Kay Tiong Khoo
2012-03-10
1
-1
/
+1
*
[llvm.py] Implement interface to enhanced disassembler
Gregory Szorc
2012-03-10
2
-0
/
+626
*
[llvm.py] Make LLVMObject.__del__ work if called during __init__
Gregory Szorc
2012-03-10
1
-0
/
+3
*
Move llc + target triple tests into X86
Andrew Trick
2012-03-10
2
-0
/
+0
*
As Duncan pointed out, pointers tend not to be in floating point format...for...
Bill Wendling
2012-03-10
1
-6
/
+6
*
Don't try to filecheck bitcode.
Benjamin Kramer
2012-03-10
1
-1
/
+1
*
Make this transformation slightly less agressive and more correct.
Bill Wendling
2012-03-10
2
-8
/
+53
*
C files in llvm still have to be C89 compliant, remove C++-style comments.
Benjamin Kramer
2012-03-10
1
-4
/
+6
*
Microoptimize getVRegDef. def_begin isn't free, don't compute it twice.
Benjamin Kramer
2012-03-10
1
-3
/
+2
*
Refactor some methods to look through bitcasts and GEPs on pointers into
Chandler Carruth
2012-03-10
3
-34
/
+66
*
Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.
Bill Wendling
2012-03-10
2
-5
/
+27
*
Implement a more intelligent way of spilling uses across an invoke boundary.
Bill Wendling
2012-03-10
1
-32
/
+82
*
[llvm.py] Define enumerations from Core.h; add OpCode class
Gregory Szorc
2012-03-10
3
-2
/
+265
*
[llvm.py] Implement interface to object files
Gregory Szorc
2012-03-10
10
-144
/
+620
*
Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2012-03-10
3
-13
/
+14
*
Report the defining instruction.
Jakob Stoklund Olesen
2012-03-10
1
-4
/
+3
*
Add SSA verification to MachineVerifier.
Jakob Stoklund Olesen
2012-03-10
1
-2
/
+12
*
Use SmallPtrSet instead of DenseSet.
Jakob Stoklund Olesen
2012-03-10
1
-3
/
+4
*
Give dagcombiner's worklist some inline capacity.
Benjamin Kramer
2012-03-10
1
-3
/
+2
*
Do not custom lower i64 nodes if i64 is not a legal type. Move lines that set
Akira Hatanaka
2012-03-10
1
-11
/
+14
[next]