projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2013-06-03
Rafael Espindola
Enable mcjit tests on ppc64 when building with cmake.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Add support for work item and work group intri...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Add a calling convention for compute shaders
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Custom lower i64 sign_extend
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Adjust some instructions' out register class...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Handle REG_SEQUENCE in fitsRegClass()
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Handle nodes with glue results correctly SITar...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Fixup CopyToReg register class in PostprocessI...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Add support for global loads
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Tom Stellard
R600/SI: Rework MUBUF store instructions
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Vincent Lejeune
R600: 3 op instructions have no write bit but the resul...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Vincent Lejeune
R600: CALL_FS consumes a stack size entry
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Vincent Lejeune
R600: use capital letter for PV channel
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Vincent Lejeune
R600: Constraints input regs of interp_xy,_zw
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Kostya Serebryany
[asan] ASan Linux MIPS32 support (llvm part), patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Ahmed Bougacha
X86: sub_xmm registers are 128 bits wide.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Alexey Samsonov
Correct handling invalid filename in llvm-symbolizer
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Manuel Klimek
Introduce needsCleanup() for APFloat and APInt.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Venkatraman...
Sparc: Add support for indirect branch and blockaddress...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Rui Ueyama
[Object/COFF] Fix Windows .lib name handling.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Venkatraman...
Sparc: When storing 0, use %g0 directly in the store...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Venkatraman...
Sparc: Combine add/or/sethi instruction with restore...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Rui Ueyama
[Object/COFF] Add dos_header, pe32{,plus}_header and...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Jim Grosbach
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Venkatraman...
Sparc: Perform leaf procedure optimization by default
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Benjamin Kramer
Try to avoid "integer literal too big" warnings from...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Nick Lewycky
When determining the new index for an insertelement...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Venkatraman...
Sparc: Mark functions calling llvm.vastart and llvm...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
David Majnemer
SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Benjamin Kramer
Move getRealLinkageName to a common place and remove...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Benjamin Kramer
Move object construction into [] so the temporary can...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Benjamin Kramer
DenseMap: Move the key into place when we use the move...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Benjamin Kramer
APInt: Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Benjamin Kramer
APFloat: Use isDenormal instead of hand-rolled code...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Tim Northover
Disable new legacy JIT test on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Tim Northover
Revert r183069: "TMP: LEA64_32r fixing"
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Tim Northover
TMP: LEA64_32r fixing
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Tim Northover
X86: change MOV64ri64i32 into MOV32ri64
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Venkatraman...
[Sparc] Generate correct code for leaf functions with...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Michael Gottesman
Removed a comment above an include which is unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Michael Gottesman
Added method comments for getZero,getInf.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Michael Gottesman
Updated APFloat's comments to fit the LLVM style guide.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Ahmed Bougacha
Make SubRegIndex size mandatory, following r183020.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Andrew Trick
Prevent loop-unroll from making assumptions about undef...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Eric Christopher
Temporarily Revert "X86: change MOV64ri64i32 into MOV32...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Eric Christopher
Const-ify some printing and dumping code for DIEValues.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Eric Christopher
Add support for adding the contents of a StringRef...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Eric Christopher
Convert more unsigned char -> uint8_t.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Eric Christopher
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Eric Christopher
Move "unsigned char" -> "uint8_t".
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Arnold Schwaighofer
LoopVectorize: Change API call to get the backedge...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Quentin Colombet
Loop Strength Reduce: Scaling factor cost.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Rafael Espindola
Use just a ArrayRef<uint8_t> to store both hex string...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Rafael Espindola
Rename COFFYaml.h to COFFYAML.h for consistency.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Rafael Espindola
Remove union to fix build in c++03.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Rafael Espindola
Don't allocate temporary string for section data.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Arnold Schwaighofer
LoopVectorize: PHIs with only outside users should...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Benjamin Kramer
NVPTX: Don't even create a regalloc if we're not going...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Michael Gottesman
[APFloat] Added a unittest for APFloat::getZero.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Quentin Colombet
Modify how the formulae are rated in Loop Strength...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Ahmed Bougacha
Add a way to define the bit range covered by a SubRegIndex.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Andrew Trick
Unit test for SCEV fix r182989, PR16130.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Kai Nacke
Remove useless code from transitioning to new EH scheme
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Tim Northover
ARM: permit upper-case BE/LE on setend instruction
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Tim Northover
ARM: add fstmx and fldmx instructions for assembly
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Rafael Espindola
Simplify multiplications by vectors whose elements...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Tim Northover
ARM: fix VEXT encoding corner case
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Richard Sandiford
[SystemZ] Don't use LOAD and STORE REVERSED for volatil...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Justin Holewinski
[NVPTX] Re-enable support for virtual registers in...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Evgeniy Stepanov
[msan] Handle mixed track-origins and keep-going settin...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Tim Northover
X86: change MOV64ri64i32 into MOV32ri64
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Richard Sandiford
Add links to the System z architecture manual and ABI
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Andrew Trick
Fix ScalarEvolution::ComputeExitLimitFromCond for ...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Akira Hatanaka
[mips] Big-endian code generation for atomic instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Matt Arsenault
Fix wrong comment. Null is not acceptable.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Nick Lewycky
Reapply with r182909 with a fix to the calculation...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Ahmed Bougacha
Remove debug print added in r182949.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Rafael Espindola
Revert r182937 and r182877.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Rafael Espindola
Remove unused member.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Eric Christopher
Fix a couple of typos and 80-col.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Bill Wendling
Use the const_cast only where necessary.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Ahmed Bougacha
MCObjectSymbolizer: Switch from IntervalMap to sorted...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Michael Gottesman
Implement IEEE-754R 2008 nextUp/nextDown functions...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Paul Redmond
Fix warning and resulting formatting issue.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Paul Redmond
Revise llvm.vectorizer.width documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Rafael Espindola
Don't use fast isel on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Benjamin Kramer
Force a triple so we don't get bitten by windows' diffe...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Benjamin Kramer
Force fragile test to the atom scheduler model.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Ashok Thirumurthi
Added a sub-project status update section to the releas...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
X86: allow registers 8-15 in test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
X86: use sub-register sequences for MOV*r0 operations
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Sergey Matveev
Fix incorrect parameter name in LIT docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
Fix rematerialization into physical registers.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Justin Holewinski
[NVPTX] Fix case where a sext load of an i1 type may...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
X86: change zext moves to use sub-register infrastructure.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Richard Sandiford
[SystemZ] Enable unaligned accesses
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Evgeniy Stepanov
Revert r182909.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Daniel Jasper
Fix warning on varialbe unused in opt builds.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Galina Kistanova
Fixed bug when tests in executable partially used absol...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Nick Lewycky
Swizzle vector inputs if it helps us eliminate shuffles.
commit
|
commitdiff
|
tree
|
snapshot
next