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
...
*
Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...
Craig Topper
2012-12-06
2
-4
/
+9
*
Properly fix the tes.
Evan Cheng
2012-12-06
1
-2
/
+1
*
llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...
NAKAMURA Takumi
2012-12-06
1
-1
/
+1
*
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
3
-47
/
+6
*
[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.
Chad Rosier
2012-12-06
2
-14
/
+116
*
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
8
-7
/
+137
*
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
3
-6
/
+47
*
Set the 'MadeChange' variable if we are deleting blocks.
Bill Wendling
2012-12-06
1
-0
/
+1
*
Have CannotBeNegativeZero() be aware of the nsz fast-math flag
Michael Ilseman
2012-12-06
1
-1
/
+6
*
Taking ownership of indvars/lsr.
Andrew Trick
2012-12-05
1
-1
/
+1
*
PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...
Richard Smith
2012-12-05
2
-1
/
+2
*
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
2
-2
/
+2
*
PR10867. lit would interpret
Richard Smith
2012-12-05
2
-5
/
+19
*
Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both
Akira Hatanaka
2012-12-05
1
-4
/
+6
*
Quick build fix for c++03 clang. This needs a proper solution. Note that thes...
Michael J. Spencer
2012-12-05
1
-4
/
+4
*
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
2
-7
/
+4
*
Define new-value store instructions with base+immediate addressing mode
Jyotsna Verma
2012-12-05
1
-128
/
+53
*
Fix name. The array is unboundED.
Bill Wendling
2012-12-05
1
-1
/
+1
*
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
2
-0
/
+51
*
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
3
-261
/
+226
*
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
4
-99
/
+133
*
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-12-05
7
-10
/
+10
*
Correct ARM NOP encoding
David Sehr
2012-12-05
2
-2
/
+2
*
Remove unused methods
Eli Bendersky
2012-12-05
1
-4
/
+0
*
[NVPTX] Fix crash with unnamed struct arguments
Justin Holewinski
2012-12-05
2
-1
/
+6
*
Add dump of Win64 EH unwind data.
Michael J. Spencer
2012-12-05
5
-3
/
+497
*
Updates to Win64EH.h structures.
Michael J. Spencer
2012-12-05
1
-23
/
+58
*
Test commit.
David Sehr
2012-12-05
1
-1
/
+1
*
Use multiclass to define store instructions with base+immediate offset
Jyotsna Verma
2012-12-05
3
-142
/
+71
*
Remove the non-const getInst accessor. It wasn't being used, and isn't very
Eli Bendersky
2012-12-05
1
-3
/
+0
*
Adjust JIT target triple on OS X to match the current architecture.
Bob Wilson
2012-12-05
1
-1
/
+11
*
Fix misplaced closing brace.
Matthew Curtis
2012-12-05
1
-1
/
+2
*
Remove two dead functions resulting from a bad rebase.
Andrew Trick
2012-12-05
1
-22
/
+0
*
Try to unbreak the build on hosts that don't transitively pull in a definitio...
Benjamin Kramer
2012-12-05
2
-2
/
+3
*
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
2
-37
/
+0
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
9
-16
/
+71
*
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
3
-15
/
+56
*
[msan] Instrument bswap intrinsic.
Evgeniy Stepanov
2012-12-05
2
-6
/
+37
*
[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.
Evgeniy Stepanov
2012-12-05
1
-37
/
+49
*
[msan] Change linkage type of __msan_track_origins.
Evgeniy Stepanov
2012-12-05
2
-1
/
+4
*
Simplified BLEND pattern matching for shuffles.
Elena Demikhovsky
2012-12-05
6
-84
/
+121
*
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-05
4
-11
/
+144
*
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
2
-5
/
+18
*
Comment formatting.
Andrew Trick
2012-12-05
1
-1
/
+1
*
docs: Explain plain preformatted text
Sean Silva
2012-12-05
1
-0
/
+20
*
fix a typo
Shuxin Yang
2012-12-05
1
-1
/
+1
*
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
24
-3
/
+2622
*
docs: Sphinxify `docs/tutorial/`
Sean Silva
2012-12-05
34
-19074
/
+17106
*
Add x86 isel lowering logic to form bit test with inverted condition. e.g.
Evan Cheng
2012-12-05
2
-9
/
+114
*
Appease GCC's -Wparentheses.
Matt Beaumont-Gay
2012-12-04
1
-2
/
+2
[prev]
[next]