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
*
Moving options declarations around.
Andrew Trick
2012-01-17
4
-14
/
+7
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
2
-5
/
+126
*
Fix a crasher when PerformShiftCombine receives a BUILD_VECTOR of all UNDEF. ...
Craig Topper
2012-01-17
1
-0
/
+5
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
11
-15
/
+11
*
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
1
-2
/
+4
*
Makefile: add missing files to FilesToConfig
Dylan Noblesmith
2012-01-17
2
-3
/
+10
*
Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...
Pete Cooper
2012-01-17
1
-2
/
+3
*
add some missing const qualifiers.
Chris Lattner
2012-01-17
1
-2
/
+2
*
Add portable bit mask operations to BitVector.
Jakob Stoklund Olesen
2012-01-17
2
-0
/
+109
*
Fix typo in comment.
Lang Hames
2012-01-17
1
-1
/
+1
*
Tidy up.
Jim Grosbach
2012-01-16
4
-5
/
+5
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
6
-4
/
+50
*
MCJIT handle a few more simple x86 relocations for MachO.
Jim Grosbach
2012-01-16
1
-4
/
+5
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
9
-26
/
+3
*
Cleanup PPC RLWINM8 vs RLWINM
Hal Finkel
2012-01-16
1
-1
/
+1
*
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2012-01-16
2
-0
/
+43
*
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
5
-42
/
+30
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
10
-268
/
+501
*
Fixed comment in loop-unswitch.
Stepan Dyatkovskiy
2012-01-16
1
-1
/
+1
*
Give better scavenger errors by invoking the verifier.
Jakob Stoklund Olesen
2012-01-16
1
-1
/
+6
*
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-16
5
-0
/
+67
*
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
2
-1
/
+35
*
Get rid of unused codegen-only instruction.
Eli Friedman
2012-01-16
2
-12
/
+0
*
Adding a Hexagon cell for segmented stacks, as they have been implemented for...
Joe Abbey
2012-01-16
1
-0
/
+1
*
Give priority to AVX over SSE for 128-bit floating point unpck instructions.
Craig Topper
2012-01-16
1
-34
/
+34
*
A fix for the previous commit: "integer constant is too large for ‘long’ ...
Eli Bendersky
2012-01-16
1
-2
/
+2
*
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2012-01-16
46
-64
/
+463
*
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-16
2
-4
/
+2
*
Changed intrinsic ID operand to a target constant as its not used in any arit...
Pete Cooper
2012-01-16
1
-1
/
+1
*
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
2012-01-15
3
-6
/
+81
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
5
-98
/
+57
*
DAGCombiner: Deduplicate code.
Benjamin Kramer
2012-01-15
1
-24
/
+14
*
Cosmetic patch for r148215.
Stepan Dyatkovskiy
2012-01-15
1
-13
/
+0
*
Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...
Stepan Dyatkovskiy
2012-01-15
1
-114
/
+180
*
Relax the FileCheck assertion a bit -- all we really care about is that
Chandler Carruth
2012-01-15
1
-1
/
+1
*
FileCheck-ize a test, make it more specific to directly test the shift
Chandler Carruth
2012-01-15
1
-10
/
+14
*
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
3
-11
/
+0
*
Remove dead code.
David Blaikie
2012-01-15
2
-140
/
+79
*
Truncate of undef is just undef of smaller size.
Craig Topper
2012-01-15
1
-5
/
+6
*
Fix the memop type on a couple 256-bit AVX instructions that were using f128m...
Craig Topper
2012-01-14
1
-4
/
+4
*
Add a bunch of AVX instructions to the folding tables. Also fixed the alignme...
Craig Topper
2012-01-14
1
-69
/
+139
*
Speculatively revert commit 148175 (rafael), to see if this fixes
Duncan Sands
2012-01-14
1
-4
/
+2
*
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-14
2
-1
/
+61
*
Only emit the Leh_func_endN symbol when needed.
Rafael Espindola
2012-01-14
1
-2
/
+4
*
misched: Initial code for building an MI level scheduling DAG
Andrew Trick
2012-01-14
4
-21
/
+113
*
Move physreg dependency generation into aptly named addPhysRegDeps.
Andrew Trick
2012-01-14
2
-155
/
+182
*
misched: Added ScheduleDAGInstrs::IsPostRA
Andrew Trick
2012-01-14
4
-11
/
+17
*
misched: Invoke the DAG builder on each sequence of schedulable instructions.
Andrew Trick
2012-01-14
1
-6
/
+31
*
Move things around to make the file navigable, even though it will probably b...
Andrew Trick
2012-01-14
1
-19
/
+32
*
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
3
-6
/
+130
[next]