projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-01-08
Akira Hatanaka
[ARM] Fix a bug in constant island pass that was trigge...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Duncan P. N...
CodeGen: Use range-based for loops, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Matt Arsenault
Fix fcmp + fabs instcombines when using the intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Eric Christopher
The Kaleidoscope tutorial should be using "mcjit" for...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Lang Hames
[MCJIT] Remove a few redundant MCJIT tests, and drop...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Eric Christopher
Make the TargetMachine in MipsSubtarget a reference...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Eric Christopher
Update include - this class doesn't use the target...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Eric Christopher
Fix a couple of odd formatting issues.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Eric Christopher
This routine is in InstrInfo, there's no need to access...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Ahmed Bougacha
[X86] Reflow comment. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Rafael Espindola
clang-format. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Rafael Espindola
Make this test a bit stricter.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Justin Hibbits
Add saving and restoring of r30 to the prologue and...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Rafael Espindola
Explicitly handle LinkOnceODRAutoHideLinkage. NFC....
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Rafael Espindola
Update naming style and clang-format. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Kristof Beyls
Fix large stack alignment codegen for ARM and Thumb2...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Tom Stellard
R600/SI: Remove SIISelLowering::legalizeOperands()
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Elena Demikhovsky
Masked Load/Store - fixed a bug in type legalization.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Michael Kuperstein
Fix a think-o in the test for r225438.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Michael Kuperstein
Fix include ordering, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Michael Kuperstein
[X86] Don't try to generate direct calls to TLS globals
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Michael Kuperstein
Move SPAdj logic from PEI into the targets (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Craig Topper
Fix test case I missed in r225432.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Craig Topper
[X86] Don't print 'dword ptr' or 'qword ptr' on the...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Adrian Prantl
Revert "Reapply: Teach SROA how to update debug info...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Quentin Colombet
[RegAllocGreedy] Introduce a late pass to repair broken...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Ahmed Bougacha
[SelectionDAG] Allow targets to specify legality of...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Nick Lewycky
Remove empty statement. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Matthias Braun
X86: VZeroUpperInserter: shortcut should not trigger...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Kevin Enderby
Run clang-format on tools/llvm-objdump/MachODump.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
Matthias Braun
RegisterCoalescer: Do not remove IMPLICIT_DEFS if they...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Matthias Braun
RegisterCoalescer: Fix valuesIdentical() in some subran...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Matthias Braun
LiveInterval: Implement feedback by Quentin Colombet.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Philip Reames
[GC] improve testing around gc.relocate and fix a test
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[CodeGen] Add MVT::isValid to replace manual validity...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Commute instructions to enable more folding...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Duncan P. N...
IR: Add MDNode::getDistinct()
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Only fold immediates that have one use
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Sean Silva
Test commit.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Duncan P. N...
IR: Add MDNode::isDistinct()
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Sean Silva
[LangRef] PR22118: Hyphen is allowed in IR identifiers.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Adrian Prantl
Update a comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Duncan P. N...
Linker: Don't use MDNode::replaceOperandWith()
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Alexey Samsonov
XFAIL several MCJIT EH tests under ASan and MSan bootstrap.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[CodeGen] Use MVT iterator_ranges in legality loops...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[CodeGen] Add iterator_range for the MVT::SimpleValueTy...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Alexey Samsonov
Fix uninitialized memory read in llvm-dsymutil for...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Rafael Espindola
Add a test that would have found the issue in r224935.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Chandler Carruth
[git] Mark the llgo directory in the LLVM gitignore.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Kevin Enderby
Slightly refactor things for llvm-objdump and the ...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Remove VReg_32 register class
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Olivier Sallenave
More FMA folding opportunities.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Adrian Prantl
Reapply: Teach SROA how to update debug info for fragme...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Adrian Prantl
Debug info: Allow aggregate types to be described by...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Colin LeMahieu
[Hexagon] Fix 225372 USR register is not fully complete...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Colin LeMahieu
[Hexagon] Adding floating point classification and...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Add a V_MOV_B64 pseudo instruction
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Colin LeMahieu
[Hexagon] Adding encodings for v5 floating point instru...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Colin LeMahieu
[Hexagon] Adding encoding for popcount, fastcorner...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Teach SIFoldOperands to split 64-bit constants...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Olivier Sallenave
Test commit
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[X86] Fix 512->256 typo in comments. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Philip Reames
Add a missing file from 225365
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Philip Reames
Introduce an example statepoint GC strategy
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
David Majnemer
X86: Allow the stack probe size to be configurable...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Refactor SIFoldOperands to simplify immediate...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[X86] Teach FCOPYSIGN lowering to recognize constant...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Rafael Espindola
Improvements to emacs packages for llvm and tablegen...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Aaron Ballman
Reverting r225319; since there is a folder named Exampl...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Aaron Ballman
Manually specify the folder that Kaleidescope should...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Aaron Ballman
Manually specify the folder that llvm-ranlib should...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Jonas Paulsson
New method SDep::isNormalMemoryOrBarrier() in ScheduleD...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Jonas Paulsson
Fix typos in comment and option help texts.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Charlie Turner
[ARM] Add missing Tag_DIV_use tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Asiri Rathnayake
Fix regression in r225266.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Chandler Carruth
[PM] Give slightly less horrible names to the utility...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Craig Topper
[X86] Merge a switch statement inside a default case...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Craig Topper
[X86] Don't mark the shift by 1 instructions as isConve...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Craig Topper
[X86] Remove some unused TYPE enums from the disassembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Karthik Bhat
Revert r225165 and r225169
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Ahmed Bougacha
[ADT][SmallVector] Flip an assert comparison to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Duncan P. N...
IR: Remove MDNode::getWhenValsUnresolved()
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Duncan P. N...
Remove invalid TODO
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Chandler Carruth
[PM] Fix a pretty nasty bug where the new pass manager...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Tom Stellard
R600/SI: Add check for amdgcn triple forgotten in r225276.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
David Majnemer
Analysis: Reformulate WillNotOverflowUnsignedAdd for...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
David Majnemer
InstCombine: Just a small tidy-up
commit
|
commitdiff
|
tree
|
snapshot
2015-01-07
Hal Finkel
[PowerPC] Transform a README.txt entry into a FIXME
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Duncan P. N...
cmake: Fix 'examples' target after r225319
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Duncan P. N...
Kaleidoscope: Value => Metadata
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Duncan P. N...
cmake: Add 'examples' target
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Duncan P. N...
cmake: Add Kaleidoscope target
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Eric Christopher
Add a subdirectory in CMake for Chapter 8.
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Lang Hames
Revert r224935 "Refactor duplicated code. No intended...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Matt Arsenault
R600/SI: Add combine for isinfinite pattern
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Matt Arsenault
Add isNegative helper to ConstantFPSDNode
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Matt Arsenault
Add isInfinity helper to ConstantFPSDNode
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Matt Arsenault
R600/SI: Pattern match isinf to v_cmp_class instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-01-06
Matt Arsenault
R600/SI: Add basic DAG combines for fp_class
commit
|
commitdiff
|
tree
|
snapshot
next