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
...
*
Resolve conflicts involving dead vector lanes for -new-coalescer.
Jakob Stoklund Olesen
2012-09-19
1
-9
/
+155
*
comment typo
Andrew Trick
2012-09-18
1
-1
/
+1
*
TargetSchedule: cleanup computeOperandLatency logic & diagnostics.
Andrew Trick
2012-09-18
1
-6
/
+16
*
misched: Make ScheduleDAGInstrs use the TargetSchedule interface.
Andrew Trick
2012-09-18
1
-16
/
+14
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-3
/
+3
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
2
-7
/
+147
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-2
/
+2
*
Fix some funky indentation.
Evan Cheng
2012-09-18
1
-18
/
+17
*
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
2
-2
/
+120
*
Stop adding <imp-def> operands when expanding REG_SEQUENCE.
Jakob Stoklund Olesen
2012-09-17
1
-4
/
+0
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
2
-147
/
+7
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
2
-7
/
+147
*
Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...
Michael Ilseman
2012-09-17
1
-4
/
+4
*
whitespace
Michael Ilseman
2012-09-17
1
-1
/
+1
*
Fix PR13859
Michael Liao
2012-09-17
1
-6
/
+7
*
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
3
-0
/
+57
*
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-17
1
-2
/
+1
*
Fix bad comment. No functional change.
Craig Topper
2012-09-16
1
-1
/
+1
*
Add alternative coalescing algorithm under a flag.
Jakob Stoklund Olesen
2012-09-16
1
-0
/
+478
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
3
-6
/
+6
*
Don't depend on kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-09-15
1
-1
/
+1
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
2
-0
/
+33
*
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
1
-0
/
+9
*
Remove silly dead store. Patch by Ettl Martin.
Duncan Sands
2012-09-14
1
-2
/
+1
*
Fix both the test for zero and what we do if we have a zero for
Eric Christopher
2012-09-13
1
-1
/
+4
*
Reformat, remove a couple unused variables and move some variables
Eric Christopher
2012-09-13
1
-8
/
+8
*
Enhance type legalization on bitcast from vector to integer
Michael Liao
2012-09-13
1
-5
/
+34
*
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
1
-5
/
+12
*
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
1
-1
/
+2
*
Fix a typo.
Nadav Rotem
2012-09-13
1
-1
/
+1
*
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
1
-5
/
+17
*
Recommit, with fixes:
Eric Christopher
2012-09-12
3
-1
/
+24
*
Fix PR11985
Michael Liao
2012-09-12
4
-5
/
+18
*
Remove an overly-aggressive assertion. The code following this assertion alr...
Owen Anderson
2012-09-12
1
-2
/
+0
*
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
1
-36
/
+0
*
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
3
-16
/
+0
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-1
/
+1
*
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
1
-2
/
+2
*
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
1
-6
/
+18
*
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
1
-0
/
+74
*
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
2
-4
/
+54
*
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
1
-1
/
+1
*
Make findLastUseBefore handle reg-unit liveness.
Lang Hames
2012-09-12
1
-8
/
+29
*
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
1
-0
/
+47
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
3
-0
/
+16
*
Release build: guard dump functions with
Manman Ren
2012-09-11
18
-25
/
+25
*
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
1
-67
/
+158
*
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Enable stack coloring.
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
1
-3
/
+5
[prev]
[next]