index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
The trouble with testing for "ModRef" and "NoModRef" is that
Dan Gohman
2010-08-04
1
-6
/
+6
*
The lower invoke pass needs to have unreachable code elimination run after it
Bill Wendling
2010-08-04
1
-2
/
+4
*
Make x86-64 membarriers work without sse and clean up some of the
Eric Christopher
2010-08-04
3
-4
/
+14
*
The two-callsite form of AliasAnalysis::getModRefInfo is documented
Dan Gohman
2010-08-04
2
-2
/
+34
*
and back in. false alarm on the tests from another unrelated local change.
Jim Grosbach
2010-08-04
1
-2
/
+7
*
PR7814: Truncates cannot be ignored for signed comparisons.
Eli Friedman
2010-08-04
1
-1
/
+2
*
Implement target specific getDebugValueLocation().
Devang Patel
2010-08-04
1
-0
/
+13
*
Coalesce stack slot accesses that arise when spilling both sides of a COPY.
Jakob Stoklund Olesen
2010-08-04
1
-0
/
+23
*
oops. revert for a moment to clean up tests first.
Jim Grosbach
2010-08-04
1
-7
/
+2
*
Reserve a stack slot if the function adjusts the stack but doesn't
Jim Grosbach
2010-08-04
1
-2
/
+7
*
Checkpoint SplitKit progress.
Jakob Stoklund Olesen
2010-08-04
3
-86
/
+223
*
Implement target specific getDebugValueLocation().
Devang Patel
2010-08-04
1
-0
/
+14
*
Use location entry only of the location described by DBG_VALUE is valid.
Devang Patel
2010-08-04
1
-3
/
+6
*
The EH prepare passes really want to be the last passes run before code-gen.
Bill Wendling
2010-08-04
1
-5
/
+5
*
Use indirect calls in PowerPC JIT.
Edwin Török
2010-08-04
3
-10
/
+31
*
Fix typo in comment.
Devang Patel
2010-08-04
1
-1
/
+1
*
Fix a minor bug which resulted in intermediate calculations
Dan Gohman
2010-08-04
1
-1
/
+1
*
Change this llvm_unreachable to report_fatal_error, since it can
Dan Gohman
2010-08-04
1
-4
/
+11
*
While spilling live registers at the end of block check whether they are used...
Devang Patel
2010-08-04
1
-1
/
+24
*
If a variable is spilled by code generator then use DW_OP_fbreg to describe i...
Devang Patel
2010-08-04
1
-10
/
+35
*
Experiments show that we can safely increase our unrolling threshold without ...
Owen Anderson
2010-08-04
1
-1
/
+1
*
Remove switch for disabling ARM tail calls. They
Dale Johannesen
2010-08-04
1
-9
/
+0
*
Add DEBUG message.
Devang Patel
2010-08-04
1
-0
/
+4
*
Fix whitespace.
Dan Gohman
2010-08-04
1
-1
/
+1
*
Enable COFF writer on mingw32 and cygwin.
Benjamin Kramer
2010-08-04
1
-0
/
+2
*
Make SPU backend handle insertelement and
Kalle Raiskila
2010-08-04
3
-2
/
+12
*
Print an error message when someone tries -integrated-as on an unsupported ta...
Benjamin Kramer
2010-08-04
1
-1
/
+7
*
Add a missing function.
Edwin Török
2010-08-04
1
-0
/
+49
*
by Alexander Herz:
Gabor Greif
2010-08-04
1
-0
/
+7
*
Eliminate unnecessary empty string literals.
Dan Gohman
2010-08-04
3
-4
/
+4
*
Fix a comment.
Dan Gohman
2010-08-04
1
-1
/
+1
*
Don't print the filename twice in file-not-found errors.
Dan Gohman
2010-08-04
1
-2
/
+1
*
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-04
1
-0
/
+16
*
Remove PointerAccessInfo, which nothing was using.
Dan Gohman
2010-08-03
2
-12
/
+8
*
fix a win64 encoding problem, patch by Cameron Esfahani!
Chris Lattner
2010-08-03
1
-1
/
+1
*
Thread const correctness through a bunch of AliasAnalysis interfaces and
Dan Gohman
2010-08-03
9
-63
/
+83
*
Add support for getting & setting the FPSCR application register on ARM when ...
Nate Begeman
2010-08-03
4
-20
/
+39
*
The singular of "indices" is "index".
Dan Gohman
2010-08-03
1
-3
/
+3
*
Delete an unused function.
Dan Gohman
2010-08-03
1
-5
/
+0
*
Make instcombine set explicit alignments on load or store
Dan Gohman
2010-08-03
1
-6
/
+14
*
CMake: Change somme target library names:
Oscar Fuentes
2010-08-03
2
-2
/
+2
*
Make AliasAnalysis::getModRefInfo conservative in the face of volatility.
Dan Gohman
2010-08-03
1
-3
/
+20
*
Oops. Don't normalize spill weights twice.
Jakob Stoklund Olesen
2010-08-03
1
-1
/
+0
*
avoid undefined behavior negating minint.
Chris Lattner
2010-08-03
1
-2
/
+2
*
Fix a typo Devang noticed.
Dan Gohman
2010-08-03
1
-1
/
+1
*
avoid undef behavior on minint, fixing PR7783.
Chris Lattner
2010-08-03
1
-2
/
+3
*
Add an atomic lowering pass
Peter Collingbourne
2010-08-03
2
-0
/
+161
*
Use unary + instead of a separate local variable for working
Dan Gohman
2010-08-03
1
-2
/
+1
*
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-08-03
1
-1
/
+2
*
Revert "MC: Fix symbol fragment offsets in COFF."
Michael J. Spencer
2010-08-03
1
-2
/
+1
[next]