projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2014-08-21
Tom Stellard
R600/SI: Remove unused SGPR spilling code
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Tom Stellard
R600/SI: Use eliminateFrameIndex() to expand SGPR spill...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Tom Stellard
R600/SI: Handle VCC in SIRegisterInfo::getPhysRegSubReg()
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Rewrite the gold plugin to fix pr19901.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Jonathan Roelofs
Satiate the sanitizer build bot
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Move some logic to populateLTOPassManager.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Adam Nemet
[AVX512] Add class to group common template arguments...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Alex Lorenz
Coverage Mapping: add function's hash to coverage funct...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
llvm-gcc is dead.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Eric Fiselier
[LIT] Remove documentation for method since it does...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Respect LibraryInfo in populateLTOPassManager and use...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Remove dead code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Quentin Colombet
[AArch64] Run a peephole pass right after AdvSIMD pass.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Juergen Ributzka
[FastISel][AArch64] Factor out ANDWri instruction gener...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Moritz Roth
Thumb1 load/store optimizer: Improve code to materializ...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Hans Wennborg
Use returns_nonnull in BumpPtrAllocator and MallocAlloc...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Juergen Ributzka
[FastISel][AArch64] Remove redundant test.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Jonathan Roelofs
Add a thread-model knob for lowering atomics on baremet...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Handle inlining in populateLTOPassManager like in popul...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Zinovy Nis
[CLNUP] Remove return after llvm_unreachable. Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Benjamin Kramer
DAGCombiner: Make concat_vector combine safe for EVTs...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Move DisableGVNLoadPRE from populateLTOPassManager...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Josh Klontz
X86AsmPrinter MCJIT MSVC bug fix.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Oliver Stannard
[ARM] Enable DP copy, load and store instructions for...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Rafael Espindola
Sort declarations.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Benjamin Kramer
Make format_object_base's destructor protected and...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Erik Verbruggen
Reassociate x + -0.1234 * y into x - 0.1234 * y
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Benjamin Kramer
X86: Turn redundant if into an assertion.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Robert Khasanov
[x86] Added _addcarry_ and _subborrow_ intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Robert Khasanov
[x86] SMAP: added HasSMAP attribute for CLAC/STAC,...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Robert Khasanov
[x86] Broadwell: ADOX/ADCX. Added _addcarryx_u{32|64...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Robert Khasanov
[x86] Enable Broadwell target.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Zinovy Nis
[INDVARS] Extend using of widening of induction variabl...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Elena Demikhovsky
IntelJITEventListener updates to fix breaks by recent...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
David Majnemer
InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A ...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Craig Topper
Remove custom implementations of max/min in StringRef...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Eric Fiselier
add self to credits
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Jiangning Liu
Fix a bug around truncating vector in const prop.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Jiangning Liu
Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Quentin Colombet
[PeepholeOptimizer] Take advantage of the isInsertSubre...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Quentin Colombet
[ARM] Mark VSETLNi32 with the InsertSubreg property...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
James Molloy
[LoopVectorize] Up the maximum unroll factor to 4 for...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
James Molloy
[LoopVectorizer] Limit unroll factor in the presence...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Quentin Colombet
Add isInsertSubreg property.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Jonathan Roelofs
Lower thumbv4t & thumbv5 lo->lo copies through a push...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Quentin Colombet
Mention the right target hook in the comment on isExtra...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Quentin Colombet
[PeepholeOptimizer] Take advantage of the isExtractSubr...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Yi Jiang
New InstCombine pattern: (icmp ult/ule (A + C1), C3...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Don't allow MCStreamer::EmitIntValue to output 0-byte...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Quentin Colombet
[ARM] Mark VMOVRRD with the ExtractSubreg property...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift of negative value...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Quentin Colombet
Add isExtractSubreg property.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Fix null reference creation in SelectionDAG constructor.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift of negative value...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Cleanup: Delete seemingly unused reference to MachineDo...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Sanjay Patel
Don't prevent a vselect of constants from becoming...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Duncan P. N...
X86: Add missing triples from r216119
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Duncan P. N...
X86: Align the stack on word boundaries in LowerFormalA...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Fix null reference creation in ScheduleDAGInstrs constr...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Keno Fischer
Do not insert a tail call when returning multiple value...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Alexey Samsonov
Fix undefined behavior (left shift by 64 bits) in Scale...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Sanjay Patel
critical-anti-dependency breaker: don't use reg def...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Quentin Colombet
[PeepholeOptimizer] Refactor the advanced copy optimiza...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Andrew Trick
Tweak CFGPrinter to wrap very long names.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Rafael Espindola
Remove unused field.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Juergen Ributzka
[FastISel][AArch64] Don't fold the sign-/zero-extend...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Rafael Espindola
Quick fix for an use after free.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Dan Liew
Add note to LangRef about how function arguments can...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Aaron Ballman
Silencing a -Wcast-qual warning. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Aaron Ballman
Silencing an MSVC C4334 warning ('<<' : result of 32...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Jiangning Liu
Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionD...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Pavel Chupin
[x32] Fix FrameIndex check in SelectLEA64_32Addr
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Yi Kong
ARM: Fix codegen for rbit intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Bill Wendling
Update projects lists.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Bill Wendling
Add libcxxabi to the projects.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
David Majnemer
InstCombine: Annotate sub with nuw when we prove it...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Craig Topper
Fix an off by 1 bug that prevented SmallPtrSet from...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
NAKAMURA Takumi
Constants.h: Fix possible typo in r216015. [-Wdocumenta...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Peter Collingbourne
[dfsan] Treat vararg custom functions like unimplemente...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Juergen Ributzka
[FastISel][AArch64] Use the proper FMOV instruction...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
David Majnemer
InstCombine: Annotate sub with nsw when we prove it...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Hans Wennborg
BumpPtrAllocator: don't accept 0 for the alignment...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Juergen Ributzka
[FastISel][AArch64] Factor out ADDS/SUBS instruction...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Rafael Espindola
Split parseAssembly into parseAssembly and parseAssembl...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Alexey Samsonov
Delete unused argument in AArch64MCInstLower constructo...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Duncan P. N...
LangRef: Move example of function-scope uselistorder...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Duncan P. N...
IR: Implement uselistorder assembly directives
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Lang Hames
[MCJIT] Add an i386 RuntimeDyldMachO test case.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Duncan P. N...
IR: Fix a missed case when threading OnlyIfReduced...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Duncan P. N...
verify-uselistorder: Force -preserve-bc-use-list-order
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Juergen Ributzka
[FastISel][AArch64] Extend floating-point materializati...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Rafael Espindola
fix the gcc build
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Lang Hames
[MCJIT] Allow '$' characters in symbol names in Runtime...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Duncan P. N...
IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Duncan P. N...
IR: Thread OnlyIfReduced through ConstantExpr::getWithO...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Rafael Espindola
Fix the MSVC build.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Juergen Ributzka
Reapply [FastISel][AArch64] Add support for more addres...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Juergen Ributzka
Reapply [FastISel][X86] Add large code model support...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Juergen Ributzka
Reapply [FastISel][X86] Use XOR to materialize the...
commit
|
commitdiff
|
tree
|
snapshot
next