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-09-18
Fix the isLocalCall() by checking for linker weakness as well.
Roman Divacky
2012-09-18
TargetSchedule: cleanup computeOperandLatency logic & diagnostics.
Andrew Trick
2012-09-18
misched: Make ScheduleDAGInstrs use the TargetSchedule interface.
Andrew Trick
2012-09-18
Revert r164051.
Akira Hatanaka
2012-09-18
LSR critical edge splitting fix for PR13756.
Andrew Trick
2012-09-18
Fix getCommonType in a different way from the way I fixed it when
Chandler Carruth
2012-09-18
Fix build for compilers that don't understand injected class names properly.
Benjamin Kramer
2012-09-18
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...
Benjamin Kramer
2012-09-18
On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.
Roman Divacky
2012-09-18
Optimize local func calls to not emit nop for TOC restoration.
Roman Divacky
2012-09-18
SROA: Replace the member function template contraption for recursively splitt...
Benjamin Kramer
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
SROA.cpp: Appease msvc.
NAKAMURA Takumi
2012-09-18
LNT builders have picked up new SROA, disable it to get the remaining builder...
Benjamin Kramer
2012-09-18
Fix a warning in release builds and a test case I forgot to update with
Chandler Carruth
2012-09-18
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-18
Fix instcombine to obey requested alignment when merging allocas.
Richard Osborne
2012-09-18
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
Andrew Trick
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-09-18
Fix some funky indentation.
Evan Cheng
2012-09-18
PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp
Manman Ren
2012-09-17
PGO: preserve branch-weight metadata when simplifying Switch
Manman Ren
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
PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.
Manman Ren
2012-09-17
InitMCProcessor
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
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
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
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-16
Refactor the SROA visitors for partitioning an alloca and building
Chandler Carruth
2012-09-16
Change unsigned to uint32_t to match base class declaration and other targets.
Craig Topper
2012-09-16
Fix bad comment. No functional change.
Craig Topper
[next]