index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
3
-18
/
+39
*
Remove unused #includes.
Bill Wendling
2013-03-05
9
-9
/
+0
*
Remove duplicate line and move another closer to its actual use
Eli Bendersky
2013-03-01
1
-3
/
+1
*
Set properties for f128 type.
Akira Hatanaka
2013-03-01
2
-17
/
+71
*
Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
2013-03-01
1
-0
/
+1
*
Fix PR10475
Michael Liao
2013-03-01
4
-13
/
+25
*
Scheduler diagnostics. Print the register name.
Andrew Trick
2013-03-01
1
-0
/
+2
*
Instructions schedulers should report correct height/depth.
Andrew Trick
2013-03-01
1
-2
/
+2
*
A small refactoring + adding comments.
Eli Bendersky
2013-02-28
2
-10
/
+5
*
Cost model support for lowered math builtins.
Benjamin Kramer
2013-02-28
1
-12
/
+67
*
Put some per-instruction statistics of fast isel under NDEBUG, together with
Eli Bendersky
2013-02-28
1
-3
/
+5
*
Remove unnecessary check against isGlobalVariable. We check it
Eric Christopher
2013-02-27
1
-1
/
+1
*
Rework comment slightly and fix a few typos.
Eric Christopher
2013-02-27
1
-8
/
+5
*
Remove unnecessary cast to void.
Eric Christopher
2013-02-27
1
-1
/
+0
*
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-5
/
+12
*
Silence the unused variable warning.
Nadav Rotem
2013-02-27
1
-5
/
+7
*
The FastISEL should be fast. But when we record statistics we use atomic oper...
Nadav Rotem
2013-02-27
1
-9
/
+10
*
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
1
-1
/
+1
*
SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
2013-02-27
1
-0
/
+7
*
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-1
/
+7
*
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
1
-1
/
+1
*
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
1
-4
/
+1
*
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-26
1
-1
/
+4
*
Fix wording.
Chad Rosier
2013-02-25
1
-3
/
+4
*
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-25
1
-0
/
+10
*
pre-RA-sched fix: only reevaluate physreg interferences when necessary.
Andrew Trick
2013-02-25
1
-33
/
+61
*
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-25
1
-2
/
+2
*
Fix spelling noticed by Duncan.
Chandler Carruth
2013-02-25
1
-3
/
+3
*
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-25
2
-0
/
+9
*
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
2013-02-24
1
-0
/
+1
*
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
2013-02-24
1
-5
/
+4
*
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
2013-02-24
1
-5
/
+10
*
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
2013-02-23
1
-13
/
+3
*
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2013-02-23
2
-2
/
+6
*
Fix a bug with the LiveIntervals updating in the two-address pass found by
Cameron Zwarich
2013-02-23
1
-1
/
+1
*
Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.
Cameron Zwarich
2013-02-23
1
-15
/
+34
*
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
Cameron Zwarich
2013-02-23
1
-30
/
+85
*
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-22
1
-4
/
+2
*
SelectionDAG compile time improvement.
Nadav Rotem
2013-02-22
1
-0
/
+19
*
Fix isa<> check which could never be true.
Pete Cooper
2013-02-22
1
-1
/
+1
*
Stop relying on physical register kill flags in isKilled() in the two-address
Cameron Zwarich
2013-02-21
1
-3
/
+10
*
Re-apply r175688, with the changes suggested by Jakob in PR15320.
Lang Hames
2013-02-21
1
-24
/
+15
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-3
/
+2
*
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
1
-22
/
+30
*
Revert r175688 - It broke a test case (see PR15320).
Lang Hames
2013-02-21
1
-13
/
+25
*
DAGCombiner: Make the post-legalize vector op optimization more aggressive.
Benjamin Kramer
2013-02-21
1
-10
/
+0
*
Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.
Cameron Zwarich
2013-02-21
1
-1
/
+3
*
Use getInterval() instead of getOrCreateInterval().
Cameron Zwarich
2013-02-21
1
-1
/
+1
*
Make another kill check LiveIntervals-aware.
Cameron Zwarich
2013-02-21
1
-1
/
+1
*
Split part of isKilled() into a separate function for use elsewhere.
Cameron Zwarich
2013-02-21
1
-22
/
+28
[next]