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-19
GCC doesn't understand that OrigAliasResult having a value is correlated with
Duncan Sands
2012-09-19
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-19
SimplifyCFG: Don't generate invalid code for switch used to initialize
Hans Wennborg
2012-09-19
Fix minor typo in IntervalPartition.h
Will Dietz
2012-09-19
Make MapVector a bit more expensive but harder to misuse. We now only
Rafael Espindola
2012-09-19
InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...
Benjamin Kramer
2012-09-19
IntegerDivision: Style cleanups, avoid warning about mixing || and && without...
Benjamin Kramer
2012-09-19
Remove unused and broken CloneFunction wrapper.
Benjamin Kramer
2012-09-19
Move load_to_switch.ll to test/CodeGen/SPARC/
Hans Wennborg
2012-09-19
rename test
Nadav Rotem
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
CodeGenPrep: turn lookup tables into switches for some targets.
Hans Wennborg
2012-09-19
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-19
whitespace.
Nadav Rotem
2012-09-19
Add explicit VEX_L tags to all 256-bit instructions. This will allow us to re...
Craig Topper
2012-09-19
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-09-19
SchedMachineModel: compress the CPU's WriteLatencyTable.
Andrew Trick
2012-09-19
De-nest if's and fix mix-up
Sean Silva
2012-09-19
Iterate deterministicaly over ClassInfo*'s
Sean Silva
2012-09-19
Iterate deterministically over register classes
Sean Silva
2012-09-19
Refactor Record* by-ID comparator to Record.h
Sean Silva
2012-09-19
llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.
NAKAMURA Takumi
2012-09-18
Tidy up. Minor formatting.
Jim Grosbach
2012-09-18
Tidy up. 80 columns.
Jim Grosbach
2012-09-18
comment typo
Andrew Trick
2012-09-18
Fix the last crasher I've gotten a reproduction for in SROA. This one
Chandler Carruth
2012-09-18
Test commit
Sean Silva
2012-09-18
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
Evan Cheng
2012-09-18
FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...
Benjamin Kramer
2012-09-18
Add test for r164155 and remove two tests superseded by ppc64-calls.ll.
Roman Divacky
2012-09-18
Add hidden flag to exclude aliases from output.
Jan Sjödin
2012-09-18
Add a MapVector class. It provides a regular set iteration, but
Rafael Espindola
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
Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!
Roman Divacky
2012-09-18
SROA: Replace the member function template contraption for recursively splitt...
Benjamin Kramer
2012-09-18
Add test for r164132.
Roman Divacky
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
llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...
NAKAMURA Takumi
[prev]
[next]