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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
12
-91
/
+8
*
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
1
-0
/
+20
*
SPU section handling is really huge mess. Replace remaining TAI calls for sec...
Anton Korobeynikov
2008-09-24
1
-2
/
+2
*
Remove dead code for PIC16 (preparation to switch to new section handling stuff)
Anton Korobeynikov
2008-09-24
1
-11
/
+1
*
XMM6-XMM15 are callee-saved on Win64. Patch by Nicolas Capens!
Anton Korobeynikov
2008-09-24
1
-6
/
+14
*
Fix off-by-one error when updating live intervals.
Owen Anderson
2008-09-24
1
-1
/
+1
*
Add DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-24
2
-0
/
+5
*
Reapplying r56550
Bill Wendling
2008-09-24
1
-13
/
+13
*
Forgot this part with my last patch. Sorry about the breakage.
Bill Wendling
2008-09-24
1
-27
/
+38
*
Temporarily revert r56550 until missing commit can be added.
Eric Christopher
2008-09-24
1
-13
/
+13
*
Refactor the constant folding code into it's own function. And call it from both
Bill Wendling
2008-09-24
1
-13
/
+13
*
Commit CodeGenPrepare.cpp changes which was accidentially left out of 56526.
Evan Cheng
2008-09-24
1
-19
/
+2
*
Fix fallout in CodeGenPrepare from 56526. Will likely need more work.
Eric Christopher
2008-09-24
1
-119
/
+136
*
Fix fallout from revision r56535.
Eric Christopher
2008-09-24
4
-740
/
+740
*
CMake: Lists of source files updated. Removed bogus dependency from
Oscar Fuentes
2008-09-24
1
-3
/
+1
*
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
9
-176
/
+38
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
10
-50
/
+50
*
s/ParamAttributeListImpl/AttributeListImpl/g
Devang Patel
2008-09-24
1
-12
/
+12
*
Refactor the logic for testing if an instruction is dead into a
Dan Gohman
2008-09-24
1
-37
/
+48
*
Set SetStore to false, to allow this pass to delete
Dan Gohman
2008-09-24
1
-1
/
+2
*
Add a method to MachineInstr for testing whether it makes
Dan Gohman
2008-09-24
1
-9
/
+30
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
11
-34
/
+34
*
Properly handle 'm' inline asm constraints. If a GV is being selected for the...
Evan Cheng
2008-09-24
9
-23
/
+61
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
11
-34
/
+34
*
80 cols
Devang Patel
2008-09-23
1
-1
/
+1
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
4
-359
/
+357
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
23
-81
/
+74
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
16
-42
/
+52
*
Now that DeadMachineInstructionElim is basically working
Dan Gohman
2008-09-23
1
-6
/
+0
*
Arrange for FastISel code to have access to the MachineModuleInfo
Dan Gohman
2008-09-23
5
-8
/
+18
*
Track local physical register liveness. This is not the most
Dan Gohman
2008-09-23
1
-3
/
+53
*
regenerate
Chris Lattner
2008-09-23
3
-1284
/
+1286
*
allow inreg on the result of a function
Chris Lattner
2008-09-23
1
-0
/
+1
*
Replace the LiveRegs SmallSet with a simple counter that keeps
Dan Gohman
2008-09-23
2
-23
/
+29
*
Fix these enums' starting values to reflect the way that
Dan Gohman
2008-09-23
9
-9
/
+9
*
Delete an unused function.
Dan Gohman
2008-09-23
1
-10
/
+0
*
Move the code for initializing the global base reg out of
Dan Gohman
2008-09-23
3
-29
/
+43
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
3
-6
/
+6
*
Fix indendation.
Matthijs Kooijman
2008-09-23
1
-4
/
+4
*
Add initial support for inserting last minute copies.
Owen Anderson
2008-09-23
1
-28
/
+53
*
Support x86 specific inline asm modifier 'J'.
Evan Cheng
2008-09-22
1
-0
/
+8
*
Fix the alignment of loads from constant pool entries when the
Dan Gohman
2008-09-22
2
-1
/
+7
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
8
-22
/
+31
*
Livestacks really does preserve everything.
Evan Cheng
2008-09-22
1
-2
/
+1
*
Instead of setPreservesAll, just mark them preseving machine loop info and ma...
Evan Cheng
2008-09-22
7
-7
/
+14
*
Significant improvements to the logic for merging live intervals. This code ...
Owen Anderson
2008-09-22
1
-15
/
+53
*
Make log, log2, log10, exp, exp2 use Expand by
Dale Johannesen
2008-09-22
8
-71
/
+12
*
Mark several codegen passes as preserving all analysis.
Evan Cheng
2008-09-22
9
-8
/
+31
*
More refactoring. Yawn.
Dale Johannesen
2008-09-22
1
-126
/
+43
*
Refactor FP intrinisic setup. Per review feedback.
Dale Johannesen
2008-09-22
1
-117
/
+28
[prev]
[next]