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-11-10
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
Mon P Wang
2008-11-10
Small cleanups. No functionality change intended!
Duncan Sands
2008-11-10
Work around PR1000.
Duncan Sands
2008-11-10
split out the functionality of utohexstr into a new utohex_buffer
Chris Lattner
2008-11-10
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
Chris Lattner
2008-11-10
move some cases around to silence these sorts of warnings in
Chris Lattner
2008-11-10
Add a new set of helper classes for creating and reading debug
Chris Lattner
2008-11-10
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...
Evan Cheng
2008-11-08
Add LLVMC2 tool definitions for Objective-C and Objective-C++.
Daniel Dunbar
2008-11-08
Indentation.
Evan Cheng
2008-11-07
Sign-extend rather than zero-extend when promoting
Duncan Sands
2008-11-07
Jump tables may be emitted by target.
Evan Cheng
2008-11-07
Jump table relocation addresses may be resolved by target.
Evan Cheng
2008-11-07
- Modify the stack protector algorithm so that the stack slot is allocated in
Bill Wendling
2008-11-06
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
Bill Wendling
2008-11-06
Implement the stack protector stack accesses via intrinsics:
Bill Wendling
2008-11-05
Make ISel ignore dead nodes. The DAGCombiner normally eliminates
Dan Gohman
2008-11-05
opt was not exporting the Mangler symbols
Andrew Lenharth
2008-11-05
The HadDelete field is no longer used.
Dan Gohman
2008-11-05
Update some comments to reflect the new code.
Dan Gohman
2008-11-05
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-11-05
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-11-04
Add a new pass to simplify specific half_powr function calls. This is
Dan Gohman
2008-11-04
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-11-04
Update in response to feedback from Chris:
Bill Wendling
2008-11-04
For some targets, it's not possible to place GVs in the same memory buffer as...
Evan Cheng
2008-11-04
Initial checkin for stack protectors. Here's what it does:
Bill Wendling
2008-11-03
Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!
Dan Gohman
2008-11-03
Overload AddInteger on int/long/long long instead of on int/int64_t,
Dan Gohman
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-11-03
Change how extended types are represented in MVTs. Instead of fiddling
Dan Gohman
2008-11-03
Remove redundant inline keywords from functions defined within
Dan Gohman
2008-11-03
Typo
Nick Lewycky
2008-11-02
Add a new MergeFunctions pass. It finds identical functions and merges them.
Nick Lewycky
2008-11-01
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
2008-10-31
Symbol visibility is unsupported on cygwin too.
Anton Korobeynikov
2008-10-31
Add an assert to catch user errors like:
Torok Edwin
2008-10-31
Totally disable the setSubgraphColor calls temporarily, as they're
Dan Gohman
2008-10-30
Revert errant deletion. The target needs to be able to specify that it doesn'...
Jim Grosbach
2008-10-30
Canonicalize sext(i1) to i1?-1:0, and update various instcombine
Dan Gohman
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
Add initial support for vector widening. Logic is set to widen for X86.
Mon P Wang
2008-10-30
Revert r58411. The user needs to #define this when using the JITMemoryManager...
Bill Wendling
2008-10-30
Revert part of r58048. It was breaking on SnowLeopard claiming that
Bill Wendling
[next]