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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2008-10-23
Merge from mainline
Tanya Lattner
2008-10-07
Merge from mainline.
Tanya Lattner
2008-10-07
Note that ADDC and company don't actually expand yet (missing in legalize
Andrew Lenharth
2008-10-06
Cosmetic.
Evan Cheng
2008-10-04
comment cleanups
Chris Lattner
2008-10-04
Fix fast-isel's handling of atomic instructions. They may
Dan Gohman
2008-10-03
Fix function attribute verification check.
Devang Patel
2008-10-03
Verify function attributes.
Devang Patel
2008-10-03
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-02
Optimize conditional branches in X86FastISel. This replaces
Dan Gohman
2008-10-02
Add a new MachineBasicBlock utility function, isLayoutSuccessor, that
Dan Gohman
2008-10-02
Build system tweaks to make it more convenient for the plugin authors.
Mikhail Glushenkov
2008-10-02
A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.
Evan Cheng
2008-10-02
Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback.
Daniel Dunbar
2008-10-02
"The original bug was a complaint that _mm_srli_si128 mis-compiled when passed
Bill Wendling
2008-10-02
Add llvm::sys::{osName,osVersion} for retrieving operating system name
Daniel Dunbar
2008-10-01
Attributes noinline alwaysinline are incompatible
Devang Patel
2008-10-01
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
add a new form of Type::dump that takes a module for type names,
Chris Lattner
2008-10-01
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
Implement the -fno-builtin option in the front-end, not in the back-end.
Bill Wendling
2008-09-30
Add the new `-no-builtin' flag. This flag is meant to mimic the GCC
Bill Wendling
2008-09-30
Optimize SelectionDAG's AssignTopologicalOrder even further.
Dan Gohman
2008-09-30
Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...
Evan Cheng
2008-09-30
Re-apply 56835 along with header file changes.
Evan Cheng
2008-09-29
Fix FastISel to not initialize the PIC-base register multiple times
Dan Gohman
2008-09-29
Fix grammer.
Devang Patel
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-27
Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods.
Daniel Dunbar
2008-09-27
Re-apply 56683 with fixes.
Evan Cheng
2008-09-27
Add missing #include for asserts.
Bill Wendling
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-26
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
Rename ConstantSDNode's getSignExtended to getSExtValue, for
Dan Gohman
2008-09-26
Make some minor reorganizations and comment changes to eliminate trivial
Dan Gohman
2008-09-26
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-25
Make pointer parameter const for isUsedInBasicBlock.
Bill Wendling
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-25
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
Accept 'inreg' attribute on x86 functions as
Dale Johannesen
2008-09-25
FastISel support for debug info.
Dan Gohman
2008-09-25
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-24
Finally get rid of virtual inheritance in TAI
Anton Korobeynikov
[next]