index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-01-12
we don't have to make an explicit copy of a byval argument when
Chris Lattner
2008-01-12
Indirect call with byval parameter requires a cast first.
Evan Cheng
2008-01-12
Be more liberal in what parameter attributes are
Duncan Sands
2008-01-12
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
Add support for NetBSD, patch by Krister Walfridsson!
Chris Lattner
2008-01-12
Add -disable-lto optimization.
Evan Cheng
2008-01-12
this actually does pass with 4.0
Chris Lattner
2008-01-12
Code clean up.
Evan Cheng
2008-01-12
ByVal arguments are passed on stack. Make sure to allocate a slot using size ...
Evan Cheng
2008-01-12
fix a wordo that gordon noticed :)
Chris Lattner
2008-01-12
Any x86 instruction that reads from an invariant location is invariant.
Chris Lattner
2008-01-12
implement support for sinking a load out the bottom of a block that
Chris Lattner
2008-01-11
remove some incorrect classof's.
Chris Lattner
2008-01-11
When DAE drops the varargs part of a function, ensure any
Duncan Sands
2008-01-11
More cbe byval fixes.
Evan Cheng
2008-01-11
llvm-g++ 4.0 has completely different code for this warning,
Chris Lattner
2008-01-11
new testcase
Chris Lattner
2008-01-11
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
Teach argpromote to ruthlessly hack small byval structs when it can
Chris Lattner
2008-01-11
Two occurrences on one line count as one...
Duncan Sands
2008-01-11
If there are attributes on the varargs part of a
Duncan Sands
2008-01-11
More CellSPU refinements:
Scott Michel
2008-01-11
Disable for now.
Dale Johannesen
2008-01-11
Use smallptrset instead of std::set for efficiency.
Chris Lattner
2008-01-11
a byval argument is guaranteed to be valid to load.
Chris Lattner
2008-01-11
Update this code to use eraseFromParent where possible. Compute
Chris Lattner
2008-01-11
replace a loop with a constant time check.
Chris Lattner
2008-01-11
another minor datastructure tweak.
Chris Lattner
2008-01-11
start using smallvector to avoid vector heap thrashing.
Chris Lattner
2008-01-11
add operator==/!= to smallvector.
Chris Lattner
2008-01-11
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
remove xchg and shift-reg-by-1 instructions, which are dead.
Chris Lattner
2008-01-11
add a note, remove a done deed.
Chris Lattner
2008-01-11
hrm - correct spelling.
Arnold Schwaighofer
2008-01-11
Improve tail call optimized call's argument lowering. Before this
Arnold Schwaighofer
2008-01-11
Correct a copy and paste error.
Arnold Schwaighofer
2008-01-11
Some C backend ByVal parameter attribute support. Not yet complete.
Evan Cheng
2008-01-11
Rename Int_CVTSI642SSr* to Int_CVTSI2SS64r* for naming consistency and remove...
Evan Cheng
2008-01-11
more flags set right
Chris Lattner
2008-01-11
add some missing flags.
Chris Lattner
2008-01-11
don't include loopinfo.h from this file.
Chris Lattner
2008-01-11
Move typedef of loop to top of the file where it is more obvious.
Chris Lattner
2008-01-11
Fix 80 col violations
Chris Lattner
2008-01-11
document the byval parameter attribute.
Chris Lattner
2008-01-11
add some notes.
Chris Lattner
2008-01-11
When inlining a functino with a byval argument, make an explicit
Chris Lattner
2008-01-11
A couple of obvious off-by-one bugs.
Evan Cheng
2008-01-11
More CellSPU refinement and progress:
Scott Michel
2008-01-11
Allow parameter attributes on varargs function parameters.
Evan Cheng
2008-01-11
Weak zeroes don't go in bss on Darwin.
Dale Johannesen
[prev]
[next]