projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Avoid warnings about unused parameters that tend to come up a lot when
[oota-llvm.git]
/
lib
/
2013-06-09
Reed Kotler
Fix a regression I introduced when I expanded the compl...
tree
|
commitdiff
2013-06-09
Logan Chien
Fix ARM unwind opcode assembler in several cases.
tree
|
commitdiff
2013-06-09
Elena Demikhovsky
Removed PackedDouble domain from scalar instructions...
tree
|
commitdiff
2013-06-09
Tim Northover
Make DeadArgumentElimination more conservative on varia...
tree
|
commitdiff
2013-06-09
JF Bastien
ARM FastISel fix load register classes
tree
|
commitdiff
2013-06-08
David Majnemer
TargetLowering: Clean up method description comments
tree
|
commitdiff
2013-06-08
Aaron Ballman
sys::process::get_id() now returns the process ID inste...
tree
|
commitdiff
2013-06-08
Venkatraman Govind...
[Sparc] Delete FPMover Pass and remove Fp* Pseudo-instr...
tree
|
commitdiff
2013-06-08
Amaury de la Vieuville
ARM: fix VMOVvnf32 decoding when ambiguous with VCVT
tree
|
commitdiff
2013-06-08
Amaury de la Vieuville
ARM: enforce SRS decoding constraints
tree
|
commitdiff
2013-06-08
Amaury de la Vieuville
ARM: fix CPS decoding when ambiguous with QADD
tree
|
commitdiff
2013-06-08
Amaury de la Vieuville
ARM: fix VCVT decoding
tree
|
commitdiff
2013-06-08
Shuxin Yang
Fix a potential bug in r183584.
tree
|
commitdiff
2013-06-08
Sean Silva
Don't artifically restrict input object size.
tree
|
commitdiff
2013-06-08
JF Bastien
Fix unused variable warning from my previous patch.
tree
|
commitdiff
2013-06-08
Akira Hatanaka
[mips] Use a helper function which compares the size...
tree
|
commitdiff
2013-06-08
Quentin Colombet
Reapply r183552. This time, use a standard type for...
tree
|
commitdiff
2013-06-07
Vincent Lejeune
R600: Use a refined heuristic to choose when switching...
tree
|
commitdiff
2013-06-07
Vincent Lejeune
R600: Anti dep better handled in tex clause
tree
|
commitdiff
2013-06-07
Jakob Stoklund Olesen
Remember the anyext patterns.
tree
|
commitdiff
2013-06-07
Jakob Stoklund Olesen
Add missing zextloadi1 to i64 patterns. PR16721.
tree
|
commitdiff
2013-06-07
Shuxin Yang
Fix an assertion in MemCpyOpt pass.
tree
|
commitdiff
2013-06-07
Hal Finkel
Disallow i64 div/rem in PPC32 counter loops
tree
|
commitdiff
2013-06-07
Quentin Colombet
Revert commits related to stack warning.
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Remove unused c'tor.
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Fix calculation of stack offset in AMDGPUFrameLow...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Rework subtarget info and remove AMDILDevice...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Fix the fetch limits for R600 generation GPUs
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Move Subtarget feature definitions into AMDGPU.td
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Remove unnecessary include
tree
|
commitdiff
2013-06-07
Quentin Colombet
Add a backend option to warn on a given stack size...
tree
|
commitdiff
2013-06-07
JF Bastien
ARM FastISel integer sext/zext improvements
tree
|
commitdiff
2013-06-07
Benjamin Kramer
R600: Don't compare iterators of different maps.
tree
|
commitdiff
2013-06-07
Quentin Colombet
Teach AsmPrinter how to print odd constants.
tree
|
commitdiff
2013-06-07
Manman Ren
DIBuilder: No functionality change.
tree
|
commitdiff
2013-06-07
Benjamin Kramer
Vincent says the element is at most once in the vector...
tree
|
commitdiff
2013-06-07
Rafael Espindola
Use isxdigit.
tree
|
commitdiff
2013-06-07
Roman Divacky
Fix a typo in asm string of BP* family of instructions...
tree
|
commitdiff
2013-06-07
Rafael Espindola
Support OpenBSD's native frame protection conventions.
tree
|
commitdiff
2013-06-07
Benjamin Kramer
R600: Fix a potential iterator invalidation issue.
tree
|
commitdiff
2013-06-07
Vincent Lejeune
R600: Remove an extra break in R600OptimizeVectorRegist...
tree
|
commitdiff
2013-06-07
Benjamin Kramer
Fold variable that's only used in assert into the assert.
tree
|
commitdiff
2013-06-07
Duncan Sands
Correct wrong register in this example, pointed out...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Michael Gottesman
[objc-arc] Ensure that the cfg path count does not...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction info and register info...
tree
|
commitdiff
2013-06-07
Manman Ren
DIBuilder: No functionality change.
tree
|
commitdiff
2013-06-07
Arnold Schwaighofer
ARM sched model: Use the right resources for DIV
tree
|
commitdiff
2013-06-07
Arnold Schwaighofer
ARM sched model: Add VFP div instruction on Swift
tree
|
commitdiff
2013-06-07
Arnold Schwaighofer
ARM sched model: Add SIMD/VFP load/store instructions...
tree
|
commitdiff
2013-06-07
Venkatraman Govind...
[Sparc]: Use cmp instruction instead of subcc to compar...
tree
|
commitdiff
2013-06-06
Jakub Staszak
Simplify code. No functionality change.
tree
|
commitdiff
2013-06-06
Vincent Lejeune
R600: Rewrite an awkward loop in R600MachineScheduler
tree
|
commitdiff
2013-06-06
Nadav Rotem
Jeffrey Yasskin volunteered to benchmark the vectorizer...
tree
|
commitdiff
2013-06-06
David Blaikie
Fix break in r183446 - helps to increment the iterator...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
Revert "ARM sched model: Add SIMD/VFP load/store instru...
tree
|
commitdiff
2013-06-06
David Blaikie
Debug Info: simplify parameter ordering preservation
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add SIMD/VFP load/store instructions...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add integer VFP/SIMD instructions...
tree
|
commitdiff
2013-06-06
Jakub Staszak
Re-apply "Use IRBuilder instead of ConstantInt methods...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add integer load/store instructions...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add integer arithmetic instructions...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Cortex A9 - More InstRW sched resources
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add branch thumb instructions
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add branch thumb2 instructions
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add branch instructions
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add preload thumb2 instructions
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add preload instructions
tree
|
commitdiff
2013-06-06
Kevin Enderby
Teach llvm-objdump with the -macho parser how to use...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add more ALU and CMP thumb instructions
tree
|
commitdiff
2013-06-06
Rafael Espindola
Revert "Use IRBuilder instead of ConstantInt methods...
tree
|
commitdiff
2013-06-06
Arnold Schwaighofer
ARM sched model: Add more ALU and CMP thumb2 instructions
tree
|
commitdiff
2013-06-06
Vincent Lejeune
R600: Remove leftover code in R600MachineScheduler.cpp
tree
|
commitdiff
2013-06-06
Rafael Espindola
Print symbol names in relocations when dumping COFF...
tree
|
commitdiff
2013-06-06
Bill Wendling
Cast to the correct type. Pointer, not reference.
tree
|
commitdiff
2013-06-06
NAKAMURA Takumi
R600OptimizeVectorRegisters.cpp: Tweak a warning. ...
tree
|
commitdiff
2013-06-06
NAKAMURA Takumi
R600OptimizeVectorRegisters.cpp: Suppress a warning...
tree
|
commitdiff
2013-06-06
NAKAMURA Takumi
Trailing linefeed.
tree
|
commitdiff
2013-06-06
Bill Wendling
Cast to the proper type.
tree
|
commitdiff
2013-06-06
Jakub Staszak
Remove unneeded cast<>.
tree
|
commitdiff
2013-06-06
Bill Wendling
Cache the TargetLowering info object as a pointer.
tree
|
commitdiff
2013-06-06
Jakub Staszak
Use IRBuilder instead of ConstantInt methods.
tree
|
commitdiff
2013-06-06
Bill Wendling
Don't cache the TargetLoweringInfo object inside of...
tree
|
commitdiff
2013-06-05
Sean Silva
Add writeAsHex(raw_ostream &) method to BinaryRef.
tree
|
commitdiff
2013-06-05
Tom Stellard
R600: Replace predicate loop with predicate function
tree
|
commitdiff
2013-06-05
Sean Silva
Rename BinaryRef::isBinary to more descriptive DataIsHe...
tree
|
commitdiff
2013-06-05
Bill Wendling
Add space to assert message.
tree
|
commitdiff
2013-06-05
Sean Silva
Add writeAsBinary(raw_ostream &) method to BinaryRef.
tree
|
commitdiff
2013-06-05
Vincent Lejeune
R600: Add a pass that merge Vector Register
tree
|
commitdiff
2013-06-05
Vincent Lejeune
R600: Schedule copy from phys register at beginning...
tree
|
commitdiff
next