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
*
Clean up tailing whitespaces
Michael Liao
2012-10-03
1
-2
/
+2
*
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
4
-12
/
+95
*
TableGen subtarget emitter, nearly first class support for SchedAlias.
Andrew Trick
2012-10-03
3
-130
/
+229
*
Cleanup TableGen subtarget emitter.
Andrew Trick
2012-10-03
2
-6
/
+7
*
[ms-inline asm] Default to the 'm' constraint. This matches the behavior of the
Chad Rosier
2012-10-03
1
-3
/
+3
*
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
3
-0
/
+70
*
This patch moves from using a hard coded number (4)
Jack Carter
2012-10-03
1
-2
/
+4
*
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
5
-76
/
+1
*
tblgen: Migrate llvm-tblgen to new TableGenMain API.
Sean Silva
2012-10-03
1
-82
/
+77
*
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
2
-0
/
+27
*
Add function to return return attributes.
Bill Wendling
2012-10-03
1
-0
/
+6
*
Update to use the predicate methods to query if an attribute exists.
Bill Wendling
2012-10-03
1
-17
/
+17
*
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
2
-7
/
+50
*
Use unsigned long long instead of uin64_t for OS where that matters.
Nick Kledzik
2012-10-03
1
-1
/
+1
*
Typos.
Chad Rosier
2012-10-03
2
-5
/
+4
*
Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...
Benjamin Kramer
2012-10-03
1
-1
/
+5
*
Add getAsUnsignedInteger test case that checks that known bad values are reje...
Nick Kledzik
2012-10-03
1
-0
/
+19
*
No need to call functions which do the same thing as the default.
Bill Wendling
2012-10-03
1
-4
/
+0
*
Remove assert that's too restrictive.
Bill Wendling
2012-10-03
1
-1
/
+4
*
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
5
-16
/
+148
*
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
Tim Northover
2012-10-03
2
-2
/
+26
*
This Patch corrects a problem whereby the optimization to use a faster divide
Preston Gurd
2012-10-03
1
-5
/
+15
*
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
2
-0
/
+668
*
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-10-03
1
-0
/
+4
*
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
1
-80
/
+80
*
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
1
-40
/
+40
*
tsan: prepare for migration to new memory_order enum values (ABI compatible)
Dmitry Vyukov
2012-10-03
1
-1
/
+2
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
2
-3
/
+28
*
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
2
-0
/
+37
*
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-03
2
-20
/
+87
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
5
-95
/
+27
*
Fix doxygen comment to match function name.
Craig Topper
2012-10-03
1
-1
/
+1
*
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
2
-28
/
+0
*
Fix 80-column violation
Craig Topper
2012-10-03
1
-2
/
+2
*
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
NAKAMURA Takumi
2012-10-03
2
-2
/
+2
*
Third try at fixing this. ;] Go back to using std::remove_if, which has
Chandler Carruth
2012-10-03
1
-8
/
+28
*
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
3
-5
/
+11
*
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-03
2
-3
/
+6
*
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
2
-3
/
+30
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
3
-39
/
+5
*
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
2
-33
/
+8
*
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-10-02
6
-56
/
+54
*
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
3
-0
/
+59
*
Clean up these doxygen comments to follow the proposed new style. This
Chandler Carruth
2012-10-02
1
-21
/
+22
*
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
2
-2
/
+29
*
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
2012-10-02
1
-344
/
+1
*
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-10-02
1
-8
/
+7
*
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
2
-8
/
+33
*
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
2
-2
/
+31
*
Allow alternate instructions to silence bot.
Eric Christopher
2012-10-02
1
-1
/
+1
[next]