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
2012-01-23
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
Various public StringMap methods take or return "MapEntryTy", make it public.
Chris Lattner
2012-01-23
revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,...
Chris Lattner
2012-01-23
allow OwningPtr to be copy constructed if null, which is required to
Chris Lattner
2012-01-23
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
The iteration order over a std::set<Module*> depends on the addresses of the
Rafael Espindola
2012-01-22
Remove trailing spaces
Eli Bendersky
2012-01-22
Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented
Eli Bendersky
2012-01-21
Handle register masks in LiveVariables.
Jakob Stoklund Olesen
2012-01-20
Delete an unused member variable.
Jakob Stoklund Olesen
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
Don't use my favorite C++11 feature (comma at end of enum).
Benjamin Kramer
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
Protect SmallVectorImpl's constructor and a few other methods that aren't mea...
Benjamin Kramer
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-19
Add a new form of MCOperand, for representing sub-instructions. This is inte...
Owen Anderson
2012-01-19
More bundle related API additions.
Evan Cheng
2012-01-19
Introduce a new MutableArrayRef class, which refers to a series of mutable
Chris Lattner
2012-01-19
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
Evan Cheng
2012-01-19
Added methods to get the live range immediately before a given slot. Intended...
Lang Hames
2012-01-19
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-19
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-18
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
Document the fact that the selection dag changes the vselect condition type
Nadav Rotem
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-17
Remove unneeded include.
Jakub Staszak
2012-01-17
Add TableGen support for callee saved registers.
Jakob Stoklund Olesen
2012-01-17
Move includes to the .cpp file.
Jakub Staszak
2012-01-17
Trailing spaces.
Jakub Staszak
2012-01-17
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
Moving options declarations around.
Andrew Trick
2012-01-17
add some missing const qualifiers.
Chris Lattner
2012-01-17
Add portable bit mask operations to BitVector.
Jakob Stoklund Olesen
2012-01-16
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-15
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-14
Add TRI::getCallPreservedMask() hook.
Jakob Stoklund Olesen
2012-01-13
Fixed comment. Thanks Duncan!
Pete Cooper
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
whitespace
Andrew Trick
[next]