index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-02-25
Grammar-o.
Eric Christopher
2012-02-25
Fixed typo.
Lang Hames
2012-02-25
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
Remove unused cl::opt, make another opt static.
Benjamin Kramer
2012-02-24
Add missing static
Jakob Stoklund Olesen
2012-02-24
Fix undefined behavior.
Ahmed Charles
2012-02-24
Thumb2 asm aliases for wide bitwise w/ immediate instructions.
Jim Grosbach
2012-02-24
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-24
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
Add a -stress-regalloc=<N> option.
Jakob Stoklund Olesen
2012-02-24
X11/X2 loads around indirect calls on ppc64 should not be deleted.
Hal Finkel
2012-02-24
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
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
SDAGBuilder: Remove register sets that were never read and prune dead code su...
Benjamin Kramer
2012-02-24
Remove dead code.
Richard Osborne
2012-02-24
Workaround a miscompilation by gcc-4.3 that showed up as a failure
Duncan Sands
2012-02-24
ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.
Nick Lewycky
2012-02-24
PostRA sched: speed up physreg tracking by not abusing SparseSet.
Andrew Trick
2012-02-24
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-24
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-24
comment fix
Jia Liu
2012-02-24
some comment fix
Jia Liu
2012-02-24
comment fix
Jia Liu
2012-02-24
replace a balnk with -
Jia Liu
2012-02-24
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
Tabs, formatting and long lines oh my!
Eric Christopher
2012-02-24
80 columns of Mips InstPrinter Makefile
Jia Liu
2012-02-24
Switch ARM target to register masks.
Jakob Stoklund Olesen
2012-02-24
Make sure the regs are low regs for tMUL size reduction.
Jim Grosbach
2012-02-24
Thumb2 size reduction fix for tied operands of tMUL.
Jim Grosbach
2012-02-24
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...
NAKAMURA Takumi
2012-02-24
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...
NAKAMURA Takumi
2012-02-24
When emitting a cmp with 0 for a lowered select, mask out the high
Dan Gohman
2012-02-23
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
Michael J. Spencer
2012-02-23
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-23
MCize function entry label emission on PowerPC64 properly.
Roman Divacky
2012-02-23
BitVectorize loop.
Benjamin Kramer
2012-02-23
post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored t...
Benjamin Kramer
2012-02-23
post-ra-sched: Replace a std::set of regs with a bitvector.
Benjamin Kramer
2012-02-23
Updated the llvm-mc disassembler C API to support for the X86 target.
Kevin Enderby
2012-02-23
Fix the numbering of some of the registers and reclassify a couple of them.
Brendon Cahoon
2012-02-23
Make calls scheduling boundaries post-ra.
Jakob Stoklund Olesen
2012-02-23
Reflow code, no functionality change.
Benjamin Kramer
2012-02-23
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...
Benjamin Kramer
2012-02-23
Remove unused variable.
Duncan Sands
2012-02-23
Fix to make sure that a comdat group gets generated correctly for a static me...
Anton Korobeynikov
2012-02-23
Update for the removal of Hashing.cpp.
Jay Foad
2012-02-23
Reinstate r151049 now that GeneralHash is fixed.
Jay Foad
[next]