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
2011-07-12
Delete StructType bodies when destroying a StructType.
Benjamin Kramer
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Remove IntegerType constness from TargetData
Tobias Grosser
2011-07-12
make the IRBuilder type methods return non-const types.
Chris Lattner
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-10
Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me
Chandler Carruth
2011-07-10
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-10
- Make BranchProbability constructor public.
Jakub Staszak
2011-07-10
finish a thought.
Chris Lattner
2011-07-09
the various ConstantExpr::get*Ty methods existed to work with issues around
Chris Lattner
2011-07-09
Eliminate the WriteTypeSymbolic function. Now that types know
Chris Lattner
2011-07-09
remove the DerivedType which isn't adding value anymore.
Chris Lattner
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
add a #include
Chris Lattner
2011-07-09
fix a really bad bug that would cause nested cursors to break,
Chris Lattner
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Add an fma TableGen node.
Cameron Zwarich
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
Emit a more efficient magic number multiplication for exact sdivs.
Benjamin Kramer
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Move a function out-of-line.
Bill Wendling
2011-07-07
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-07-07
Feature bits are 64-bits.
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
Use ArrayRef instead of a std::vector&.
Bill Wendling
2011-07-07
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-06
Fix a subtle issue in SmallVector. The following code did not work as expected:
Owen Anderson
2011-07-06
Add ImmutableList::contains(). Patch by Rui Paulo!
Nick Lewycky
2011-07-06
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
Constify getCompactUnwindRegNum.
Bill Wendling
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-05
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
Speculatively revert r134431.
Devang Patel
2011-07-05
Clear debug loc while updating insert point.
Devang Patel
2011-07-05
Fix 80-col.
Michael J. Spencer
2011-07-04
SuccIterator on bbs without terminator insts
Tobias Grosser
2011-07-02
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
Add getFeatureBits to extract feature bits for a given CPU.
Evan Cheng
2011-07-02
Remove the confusing getDarwinNumber() api and friends.
Eric Christopher
2011-07-01
Add initial *-*-rtems* target, from Joel Sherrill
Douglas Gregor
2011-07-01
Add MCSubtargetInfo target registry stuff.
Evan Cheng
[next]