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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix undefined behavior.
Ahmed Charles
2012-02-24
1
-1
/
+1
*
Thumb2 asm aliases for wide bitwise w/ immediate instructions.
Jim Grosbach
2012-02-24
1
-0
/
+9
*
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-24
1
-4
/
+18
*
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
5
-32
/
+131
*
Add a -stress-regalloc=<N> option.
Jakob Stoklund Olesen
2012-02-24
1
-1
/
+9
*
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
1
-2
/
+4
*
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
1
-0
/
+3
*
Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.
Duncan Sands
2012-02-24
1
-1
/
+16
*
SDAGBuilder: Remove register sets that were never read and prune dead code su...
Benjamin Kramer
2012-02-24
1
-63
/
+3
*
Remove dead code.
Richard Osborne
2012-02-24
1
-3
/
+1
*
Workaround a miscompilation by gcc-4.3 that showed up as a failure
Duncan Sands
2012-02-24
1
-1
/
+1
*
ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.
Nick Lewycky
2012-02-24
1
-1
/
+1
*
PostRA sched: speed up physreg tracking by not abusing SparseSet.
Andrew Trick
2012-02-24
2
-35
/
+80
*
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-24
1
-0
/
+5
*
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-24
2
-9
/
+15
*
comment fix
Jia Liu
2012-02-24
1
-1
/
+1
*
some comment fix
Jia Liu
2012-02-24
1
-3
/
+3
*
comment fix
Jia Liu
2012-02-24
1
-1
/
+1
*
replace a balnk with -
Jia Liu
2012-02-24
1
-1
/
+1
*
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
1
-3
/
+7
*
Tabs, formatting and long lines oh my!
Eric Christopher
2012-02-24
1
-4
/
+6
*
80 columns of Mips InstPrinter Makefile
Jia Liu
2012-02-24
1
-1
/
+1
*
Switch ARM target to register masks.
Jakob Stoklund Olesen
2012-02-24
5
-35
/
+25
*
Make sure the regs are low regs for tMUL size reduction.
Jim Grosbach
2012-02-24
1
-1
/
+6
*
Thumb2 size reduction fix for tied operands of tMUL.
Jim Grosbach
2012-02-24
1
-1
/
+13
*
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...
NAKAMURA Takumi
2012-02-24
1
-0
/
+8
*
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...
NAKAMURA Takumi
2012-02-24
1
-22
/
+0
*
When emitting a cmp with 0 for a lowered select, mask out the high
Dan Gohman
2012-02-24
1
-0
/
+5
*
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
1
-2
/
+8
*
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
Michael J. Spencer
2012-02-23
1
-6
/
+16
*
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-23
1
-2
/
+2
*
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-23
1
-6
/
+14
*
BitVectorize loop.
Benjamin Kramer
2012-02-23
1
-3
/
+1
*
post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored t...
Benjamin Kramer
2012-02-23
1
-28
/
+22
*
post-ra-sched: Replace a std::set of regs with a bitvector.
Benjamin Kramer
2012-02-23
1
-5
/
+4
*
Updated the llvm-mc disassembler C API to support for the X86 target.
Kevin Enderby
2012-02-23
7
-63
/
+240
*
Fix the numbering of some of the registers and reclassify a couple of them.
Brendon Cahoon
2012-02-23
1
-66
/
+64
*
Make calls scheduling boundaries post-ra.
Jakob Stoklund Olesen
2012-02-23
1
-1
/
+4
*
Reflow code, no functionality change.
Benjamin Kramer
2012-02-23
1
-17
/
+12
*
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...
Benjamin Kramer
2012-02-23
1
-18
/
+8
*
Remove unused variable.
Duncan Sands
2012-02-23
1
-1
/
+0
*
Fix to make sure that a comdat group gets generated correctly for a static me...
Anton Korobeynikov
2012-02-23
1
-1
/
+2
*
Update for the removal of Hashing.cpp.
Jay Foad
2012-02-23
1
-1
/
+0
*
Reinstate r151049 now that GeneralHash is fixed.
Jay Foad
2012-02-23
2
-34
/
+131
*
The implementation of GeneralHash::addBits broke C++ aliasing rules; fix
Jay Foad
2012-02-23
1
-46
/
+0
*
GCC fails to understand that NextBB is always initialized if EvaluateBlock
Duncan Sands
2012-02-23
1
-1
/
+1
*
Fix typo.
Rafael Espindola
2012-02-23
1
-1
/
+1
*
More newline cleanups.
Eric Christopher
2012-02-23
2
-4
/
+4
*
Add some handy-dandy newlines.
Eric Christopher
2012-02-23
1
-2
/
+2
*
misched: cleanup reaching def computation
Andrew Trick
2012-02-23
1
-3
/
+5
[next]