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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable for now.
Dale Johannesen
2008-01-11
1
-0
/
+3
*
Use smallptrset instead of std::set for efficiency.
Chris Lattner
2008-01-11
1
-2
/
+3
*
a byval argument is guaranteed to be valid to load.
Chris Lattner
2008-01-11
1
-4
/
+19
*
Update this code to use eraseFromParent where possible. Compute
Chris Lattner
2008-01-11
1
-26
/
+27
*
replace a loop with a constant time check.
Chris Lattner
2008-01-11
1
-3
/
+2
*
another minor datastructure tweak.
Chris Lattner
2008-01-11
1
-1
/
+1
*
start using smallvector to avoid vector heap thrashing.
Chris Lattner
2008-01-11
1
-6
/
+7
*
add operator==/!= to smallvector.
Chris Lattner
2008-01-11
1
-0
/
+10
*
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
10
-28
/
+28
*
remove xchg and shift-reg-by-1 instructions, which are dead.
Chris Lattner
2008-01-11
3
-71
/
+6
*
add a note, remove a done deed.
Chris Lattner
2008-01-11
1
-18
/
+3
*
hrm - correct spelling.
Arnold Schwaighofer
2008-01-11
1
-6
/
+6
*
Improve tail call optimized call's argument lowering. Before this
Arnold Schwaighofer
2008-01-11
2
-91
/
+79
*
Correct a copy and paste error.
Arnold Schwaighofer
2008-01-11
1
-1
/
+1
*
Some C backend ByVal parameter attribute support. Not yet complete.
Evan Cheng
2008-01-11
1
-3
/
+30
*
Rename Int_CVTSI642SSr* to Int_CVTSI2SS64r* for naming consistency and remove...
Evan Cheng
2008-01-11
1
-26
/
+16
*
more flags set right
Chris Lattner
2008-01-11
3
-15
/
+24
*
add some missing flags.
Chris Lattner
2008-01-11
1
-4
/
+16
*
don't include loopinfo.h from this file.
Chris Lattner
2008-01-11
1
-1
/
+3
*
Move typedef of loop to top of the file where it is more obvious.
Chris Lattner
2008-01-11
1
-2
/
+3
*
Fix 80 col violations
Chris Lattner
2008-01-11
1
-29
/
+35
*
document the byval parameter attribute.
Chris Lattner
2008-01-11
1
-0
/
+14
*
add some notes.
Chris Lattner
2008-01-11
1
-0
/
+18
*
When inlining a functino with a byval argument, make an explicit
Chris Lattner
2008-01-11
2
-6
/
+85
*
A couple of obvious off-by-one bugs.
Evan Cheng
2008-01-11
1
-4
/
+7
*
More CellSPU refinement and progress:
Scott Michel
2008-01-11
32
-395
/
+901
*
Allow parameter attributes on varargs function parameters.
Evan Cheng
2008-01-11
1
-4
/
+3
*
Weak zeroes don't go in bss on Darwin.
Dale Johannesen
2008-01-11
1
-3
/
+4
*
Weak things initialized to 0 don't go in bss on Darwin.
Dale Johannesen
2008-01-11
4
-19
/
+19
*
Simplify the side effect stuff a bit more and make licm/sinking
Chris Lattner
2008-01-10
7
-77
/
+74
*
Clamp down on sinking of lots of instructions.
Chris Lattner
2008-01-10
1
-0
/
+9
*
IMPLICIT_USE and IMPLICIT_DEF are dead, remove them.
Chris Lattner
2008-01-10
2
-7
/
+0
*
add a note
Chris Lattner
2008-01-10
1
-0
/
+50
*
Output sinl for a long double FSIN node, not sin.
Duncan Sands
2008-01-10
5
-58
/
+84
*
Only remat loads from immutable stack slots.
Evan Cheng
2008-01-10
1
-2
/
+2
*
Simplify some code.
Evan Cheng
2008-01-10
1
-8
/
+2
*
Start inferring side effect information more aggressively, and fix many bugs ...
Chris Lattner
2008-01-10
10
-102
/
+192
*
Clearify the meaning of immutable StackObject.
Evan Cheng
2008-01-10
1
-3
/
+3
*
Fix a crash on code like: let x = 1 {x
Chris Lattner
2008-01-10
1
-1
/
+4
*
rename X86InstrX86-64.td -> X86Instr64bit.td
Chris Lattner
2008-01-10
2
-5
/
+5
*
add SDNPSideEffect node property declaration
Chris Lattner
2008-01-10
1
-0
/
+1
*
remove explicit sets of 'neverHasSideEffects' that can now be
Chris Lattner
2008-01-10
6
-13
/
+12
*
if an instr lacks a pattern, assume it has side effects (unless never has s-e...
Chris Lattner
2008-01-10
1
-1
/
+4
*
start inferring 'no side effects'.
Chris Lattner
2008-01-10
4
-56
/
+62
*
get def use info more correct.
Chris Lattner
2008-01-10
7
-11
/
+19
*
Infer mayload
Chris Lattner
2008-01-10
1
-3
/
+13
*
add SDNPMayLoad to the 'load' sdnode definition. This is enough to get all t...
Chris Lattner
2008-01-10
1
-1
/
+3
*
realize that instructions who match intrinsics that read memory read memory.
Chris Lattner
2008-01-10
3
-3
/
+15
*
verify that the frame index is immutable before remat'ing (still disabled)
Chris Lattner
2008-01-10
1
-7
/
+10
*
Don't use LiveVariables::VarInfo::DefInst.
Owen Anderson
2008-01-10
1
-1
/
+8
[next]