projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Split out the IRReader header and the utility functions it provides into
[oota-llvm.git]
/
lib
/
CodeGen
/
2013-03-25
Michael Liao
Enhance folding of (extract_subvec (insert_subvec V1...
tree
|
commitdiff
2013-03-25
Shuxin Yang
Disable some unsafe-fp-math DAG-combine transformation...
tree
|
commitdiff
2013-03-25
Eric Christopher
Couple more sets of tidying.
tree
|
commitdiff
2013-03-25
Eric Christopher
Formatting.
tree
|
commitdiff
2013-03-25
Duncan Sands
Teach cmake about the new Erlang GC files.
tree
|
commitdiff
2013-03-25
Yiannis Tsiouris
Add a GC plugin for Erlang
tree
|
commitdiff
2013-03-23
Owen Anderson
Remove the type legality check from the SelectionDAGBui...
tree
|
commitdiff
2013-03-23
Hal Finkel
Fix comparison of mixed signedness
tree
|
commitdiff
2013-03-22
Hal Finkel
Allow the register scavenger to spill multiple registers
tree
|
commitdiff
2013-03-22
Hal Finkel
Remove ScavengedRC from RegisterScavenging
tree
|
commitdiff
2013-03-21
Matt Arsenault
Fix missing std::. Not sure how this compiles for anyon...
tree
|
commitdiff
2013-03-20
Justin Holewinski
Make variable name more explicit and eliminate redundan...
tree
|
commitdiff
2013-03-20
Nadav Rotem
When computing the demanded bits of Load SDNodes, make...
tree
|
commitdiff
2013-03-20
Christian Konig
Revert "pre-RA-sched: fix TargetOpcode usage"
tree
|
commitdiff
2013-03-20
Justin Holewinski
Move SDNode order propagation to SDNodeOrdering, which...
tree
|
commitdiff
2013-03-20
Christian Konig
pre-RA-sched: fix TargetOpcode usage
tree
|
commitdiff
2013-03-20
Justin Holewinski
Propagate DAG node ordering during type legalization...
tree
|
commitdiff
2013-03-18
Jakub Staszak
Move #include of BitVector from .h to .cpp file.
tree
|
commitdiff
2013-03-18
Jakub Staszak
Add some constantness.
tree
|
commitdiff
2013-03-18
Hans Wennborg
Fix integer comparison in DIEInteger::BestForm.
tree
|
commitdiff
2013-03-18
Anton Korobeynikov
Windows TLS: Section name prefix to ensure correct...
tree
|
commitdiff
2013-03-16
Andrew Trick
Change the default latency for implicit defs.
tree
|
commitdiff
2013-03-14
Hal Finkel
Move estimateStackSize from ARM into MachineFrameInfo
tree
|
commitdiff
2013-03-14
Hal Finkel
Provide the register scavenger to processFunctionBefore...
tree
|
commitdiff
2013-03-13
Bill Wendling
Reset some of the target options which affect code...
tree
|
commitdiff
2013-03-13
Manman Ren
No functionality change. Use unreachable in getCUOffset.
tree
|
commitdiff
2013-03-13
Manman Ren
No functionality change. Use unreachable in getCompileUnit.
tree
|
commitdiff
2013-03-13
Jakob Stoklund Olesen
Check register classes also when changing them.
tree
|
commitdiff
2013-03-12
Manman Ren
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
tree
|
commitdiff
2013-03-12
Richard Relph
Avoid generating ISD::SELECT for vector operands to...
tree
|
commitdiff
2013-03-11
David Blaikie
Remove support for versioned debug info.
tree
|
commitdiff
2013-03-11
Nick Lewycky
Fix a crasher newly introduced in r176659/r176649,...
tree
|
commitdiff
2013-03-10
Jakub Staszak
Cleanup #includes.
tree
|
commitdiff
2013-03-08
Jakob Stoklund Olesen
Remove wrong and unnecessary assertion.
tree
|
commitdiff
2013-03-08
Jan Wen Voung
Disable statistics on Release builds and move tests...
tree
|
commitdiff
2013-03-08
Jakob Stoklund Olesen
Rewrite the physreg part of findLastUseBefore().
tree
|
commitdiff
2013-03-08
Benjamin Kramer
Remove default from fully covered switch.
tree
|
commitdiff
2013-03-08
Tom Stellard
LegalizeDAG: Respect the result of TLI.getBooleanConten...
tree
|
commitdiff
2013-03-08
Tom Stellard
DAGCombiner: Use correct value type for checking legali...
tree
|
commitdiff
2013-03-08
Andrew Trick
Add -verify-misched option.
tree
|
commitdiff
2013-03-08
Bill Wendling
Revert r176154 in favor of a better approach.
tree
|
commitdiff
2013-03-07
Jakob Stoklund Olesen
Add a getPassName() method.
tree
|
commitdiff
2013-03-07
Jakob Stoklund Olesen
Rename isEarlierInSameTrace to isUsefulDominator.
tree
|
commitdiff
2013-03-07
Chad Rosier
[fast-isel] Seriously, add support for the expect intri...
tree
|
commitdiff
2013-03-07
Chad Rosier
[fast-isel] Add support for the expect intrinsic.
tree
|
commitdiff
2013-03-07
Benjamin Kramer
ArrayRefize some code. No functionality change.
tree
|
commitdiff
2013-03-07
Andrew Trick
pre-RA-sched debug-only fix
tree
|
commitdiff
2013-03-07
Andrew Trick
pre-RA-sched assertion fix. This bug was exposed by...
tree
|
commitdiff
2013-03-07
Nadav Rotem
No need to go through int64 and APInt when generating...
tree
|
commitdiff
2013-03-07
Jim Grosbach
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
tree
|
commitdiff
2013-03-07
Manman Ren
Debug Info: store the files and directories for each...
tree
|
commitdiff
2013-03-05
Bill Wendling
Remove unused #includes.
tree
|
commitdiff
2013-03-01
Eli Bendersky
Remove duplicate line and move another closer to its...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
Set properties for f128 type.
tree
|
commitdiff
2013-03-01
Chad Rosier
Generate an error message instead of asserting or segfa...
tree
|
commitdiff
2013-03-01
Michael Liao
Fix PR10475
tree
|
commitdiff
2013-03-01
Andrew Trick
Scheduler diagnostics. Print the register name.
tree
|
commitdiff
2013-03-01
Andrew Trick
Instructions schedulers should report correct height...
tree
|
commitdiff
2013-02-28
Eli Bendersky
A small refactoring + adding comments.
tree
|
commitdiff
2013-02-28
Benjamin Kramer
Cost model support for lowered math builtins.
tree
|
commitdiff
2013-02-28
Eli Bendersky
Put some per-instruction statistics of fast isel under...
tree
|
commitdiff
2013-02-27
Eric Christopher
Remove unnecessary check against isGlobalVariable....
tree
|
commitdiff
2013-02-27
Eric Christopher
Rework comment slightly and fix a few typos.
tree
|
commitdiff
2013-02-27
Eric Christopher
Remove unnecessary cast to void.
tree
|
commitdiff
2013-02-27
Manman Ren
Debug Info: for static member variables, always put...
tree
|
commitdiff
2013-02-27
Nadav Rotem
Silence the unused variable warning.
tree
|
commitdiff
2013-02-27
Nadav Rotem
The FastISEL should be fast. But when we record statist...
tree
|
commitdiff
2013-02-27
Michael Ilseman
Reverted: r176136 - Have a way for a target to opt...
tree
|
commitdiff
2013-02-27
Manman Ren
SelectionDAG: If llvm.donothing has a landingpad, we...
tree
|
commitdiff
2013-02-27
Manman Ren
Debug Info: for static member variables, add AT_MIPS_li...
tree
|
commitdiff
2013-02-26
Michael Ilseman
Have a way for a target to opt-out of target-independen...
tree
|
commitdiff
2013-02-26
Manman Ren
Revert r176120 as it caused a failure at static-member.cpp
tree
|
commitdiff
2013-02-26
Manman Ren
Debug Info: for static member variables, move AT_MIPS_l...
tree
|
commitdiff
2013-02-25
Chad Rosier
Fix wording.
tree
|
commitdiff
2013-02-25
Chad Rosier
[fast-isel] Add X86FastIsel::FastLowerArguments to...
tree
|
commitdiff
2013-02-25
Andrew Trick
pre-RA-sched fix: only reevaluate physreg interferences...
tree
|
commitdiff
2013-02-25
Matt Beaumont-Gay
'Hexadecimal' has two 'a's and only one 'i'.
tree
|
commitdiff
2013-02-25
Chandler Carruth
Fix spelling noticed by Duncan.
tree
|
commitdiff
2013-02-25
Chandler Carruth
Fix the root cause of PR15348 by correctly handling...
tree
|
commitdiff
2013-02-24
Cameron Zwarich
Add a use of an otherwise unused variable to remove...
tree
|
commitdiff
2013-02-24
Cameron Zwarich
TwoAddressInstructionPass::tryInstructionTransform...
tree
|
commitdiff
2013-02-24
Cameron Zwarich
TwoAddrInstructionPass::tryInstructionTransform() has...
tree
|
commitdiff
2013-02-23
Cameron Zwarich
TargetInstrInfo::commuteInstruction() doesn't actually...
tree
|
commitdiff
2013-02-23
Cameron Zwarich
Make some fixes for LiveInterval repair with debug...
tree
|
commitdiff
2013-02-23
Cameron Zwarich
Fix a bug with the LiveIntervals updating in the two...
tree
|
commitdiff
2013-02-23
Cameron Zwarich
Make TwoAddressInstructionPass::sink3AddrInstruction...
tree
|
commitdiff
2013-02-23
Cameron Zwarich
Make rescheduleMIBelowKill() and rescheduleKillAboveMI...
tree
|
commitdiff
2013-02-22
Eric Christopher
Use getSplitDebugFilename when constructing the skeleto...
tree
|
commitdiff
2013-02-22
Nadav Rotem
SelectionDAG compile time improvement.
tree
|
commitdiff
2013-02-22
Pete Cooper
Fix isa<> check which could never be true.
tree
|
commitdiff
2013-02-21
Cameron Zwarich
Stop relying on physical register kill flags in isKille...
tree
|
commitdiff
2013-02-21
Lang Hames
Re-apply r175688, with the changes suggested by Jakob...
tree
|
commitdiff
2013-02-21
Eli Bendersky
Move the eliminateCallFramePseudoInstr method from...
tree
|
commitdiff
2013-02-21
Jakob Stoklund Olesen
Make RAFast::UsedInInstr indexed by register units.
tree
|
commitdiff
2013-02-21
Lang Hames
Revert r175688 - It broke a test case (see PR15320).
tree
|
commitdiff
2013-02-21
Benjamin Kramer
DAGCombiner: Make the post-legalize vector op optimizat...
tree
|
commitdiff
2013-02-21
Cameron Zwarich
Don't rely on the isDead() MachineOperand flag when...
tree
|
commitdiff
2013-02-21
Cameron Zwarich
Use getInterval() instead of getOrCreateInterval().
tree
|
commitdiff
2013-02-21
Cameron Zwarich
Make another kill check LiveIntervals-aware.
tree
|
commitdiff
2013-02-21
Cameron Zwarich
Split part of isKilled() into a separate function for...
tree
|
commitdiff
next