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-01-21
Merge from mainline.
Tanya Lattner
2008-01-16
Do not mark EH tables no-dead-strip unless the
Dale Johannesen
2008-01-16
Factor the ReachesChainWithoutSideEffects out of dag combiner into
Chris Lattner
2008-01-15
Changed ImmutableMap::find to return an iterator instead of a pointer
Ted Kremenek
2008-01-15
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2008-01-15
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
Move some calls to getVRegDef higher in the callgraph, so they don't get exec...
Owen Anderson
2008-01-15
Unbreak the build.
Evan Cheng
2008-01-15
Fix a memory correctness error noticed by valgrind (harmless in practice).
Gordon Henriksen
2008-01-15
Oops. Forgot to commit this.
Evan Cheng
2008-01-15
For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed
Anton Korobeynikov
2008-01-14
I noticed that the trampoline straightening transformation could
Duncan Sands
2008-01-12
Add hasByValArgument() to test if a call instruction has byval argument(s).
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-11
remove some incorrect classof's.
Chris Lattner
2008-01-11
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
add operator==/!= to smallvector.
Chris Lattner
2008-01-11
rename MachineInstr::setInstrDescriptor -> setDesc
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
More CellSPU refinement and progress:
Scott Michel
2008-01-10
Simplify the side effect stuff a bit more and make licm/sinking
Chris Lattner
2008-01-10
Output sinl for a long double FSIN node, not sin.
Duncan Sands
2008-01-10
Clearify the meaning of immutable StackObject.
Evan Cheng
2008-01-10
Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...
Evan Cheng
2008-01-10
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
provide def_* and use_* iterators in addition to reg_* iterators.
Chris Lattner
2008-01-10
Fix PR1845 and rdar://5676945. Generic vectors smaller
Chris Lattner
2008-01-09
Fix sse2.psrl.w and sse2.psrl.q definitions.
Evan Cheng
2008-01-08
Added "getRoot()" to ImmutableMap.
Ted Kremenek
2008-01-08
Fixed 80 col. violation.
Ted Kremenek
2008-01-08
add a mayLoad property for machine instructions, a correlary to mayStore.
Chris Lattner
2008-01-08
add match support for casts.
Chris Lattner
2008-01-07
Update the comment on scalar to vector to be a bit more clear.
Nate Begeman
2008-01-07
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
split TargetInstrDesc out into its own header file.
Chris Lattner
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
remove a dead method.
Chris Lattner
2008-01-07
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
add more and significantly better comments to the rest of the machineinstr
Chris Lattner
2008-01-07
add some mroe comments, add a isImplicitDef() method, add
Chris Lattner
2008-01-07
rename hasVariableOperands() -> isVariadic(). Add some comments.
Chris Lattner
2008-01-07
Move M_* flags down in the file. Move SchedClass up in the
Chris Lattner
2008-01-07
Removing a leaked file.
Gordon Henriksen
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
remove some uses of MachineOpCode, move getSchedClass
Chris Lattner
2008-01-07
Add predicates methods to TargetOperandInfo, and switch all clients
Chris Lattner
[next]