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
Age
Commit message (
Expand
)
Author
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-09-18
Mark asm matcher conversion table as const.
Craig Topper
2012-09-18
Fix some funky indentation.
Evan Cheng
2012-09-18
Fix typo in comment. No functional change.
Craig Topper
2012-09-18
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
Manman Ren
2012-09-17
Backout the wrong subtarget emitter fix
Andrew Trick
2012-09-17
PGO: preserve branch-weight metadata when simplifying Switch
Manman Ren
2012-09-17
Fix release build after reverting
Andrew Trick
2012-09-17
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
Stop adding <imp-def> operands when expanding REG_SEQUENCE.
Jakob Stoklund Olesen
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
Remove redundant semicolons to fix -pedantic-errors build break with older Cl...
Richard Smith
2012-09-17
llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...
NAKAMURA Takumi
2012-09-17
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
Manman Ren
2012-09-17
Don't use NULL as a fake keyword
Andrew Trick
2012-09-17
InitMCProcessor
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
comment typo
Andrew Trick
2012-09-17
TableGen subtarget emitter. Use getSchedClassIdx.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
TableGen subtarget emitter. Format and emit data tables for the new machine m...
Andrew Trick
2012-09-17
TableGen subtarget emitter. Generate data tables for the new machine model.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Emit processor resources for the new machine model.
Andrew Trick
2012-09-17
TableGen subtarget parser: Add getProcResourcesIdx().
Andrew Trick
2012-09-17
Add some cases to x86 OptimizeCompare to handle DEC and INC, too.
Jan Wen Voung
2012-09-17
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-17
Make sure there is enough room for RA. getStackSize needs to be cleaned up but
Akira Hatanaka
2012-09-17
Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...
Michael Ilseman
2012-09-17
whitespace
Michael Ilseman
2012-09-17
Fix PR13859
Michael Liao
2012-09-17
TableGen: Add initializer.
Jim Grosbach
2012-09-17
s/__llvm_gcov_flush/__gcov_flush/g
Bill Wendling
2012-09-17
LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...
Benjamin Kramer
2012-09-17
NewSROA: Provide a full set of operator< for ByteRanges.
Benjamin Kramer
2012-09-17
Fix a few vars that can end up being used without initialization.
Axel Naumann
2012-09-17
Removed the VMLxForwarding feature for the Cortex-A15 target.
Silviu Baranga
2012-09-17
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
Add Michael Spencer's iterator class for stepping through relocations. Add m...
Sid Manning
2012-09-17
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Remove a couple unused fields. Not detected by Wunused-private-field because ...
Craig Topper
2012-09-17
Fix typo
Michael Liao
2012-09-16
Add include of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
Add includes of Compiler.h to fix build bot failures.
Craig Topper
2012-09-16
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
[next]