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-03-07
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
Typos.
Eric Christopher
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
Often GCC can see that NumBuckets is zero here, resulting in a warning
Duncan Sands
2011-03-07
Tidy up.
Jim Grosbach
2011-03-07
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
Try fixing mingw build.
Argyrios Kyrtzidis
2011-03-07
Do a compiler check that we use one of the types from PointerUnion[N], instea...
Argyrios Kyrtzidis
2011-03-06
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-05
Avoid zero-sized allocations when copying a fresh DenseMap.
Benjamin Kramer
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Provide hooks to set MI flags in MachineInstrBuilder
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
Shorten AsmPrinterFlags filed to accomodate for future Flags field
Anton Korobeynikov
2011-03-05
Lazily allocate DenseMaps.
Benjamin Kramer
2011-03-05
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
Missing "virtual" keyword. Jakob's review.
Andrew Trick
2011-03-05
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
test commit
Jin-Gu Kang
2011-03-05
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-04
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
Symbolize the default instruction distance.
Jakob Stoklund Olesen
2011-03-04
Deferred SlotIndex renumbering was a good idea but never used.
Jakob Stoklund Olesen
2011-03-04
Add ArrayRef variant.
Devang Patel
2011-03-04
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-03
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
Optimize SlotIndex equality tests.
Jakob Stoklund Olesen
2011-03-02
add some slice helper methods.
Chris Lattner
2011-03-02
Remove DIFactory. Patch by Devang.
Duncan Sands
2011-03-02
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
Make pred_iterator DefaultConstructible, and add an accessor to
Dan Gohman
2011-03-02
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-01
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-03-01
Escape graph edge labels.
Dan Gohman
2011-03-01
Remove the showline argument from the SMDiagnostic constructor
Dan Gohman
2011-03-01
Code simplification.
Dan Gohman
2011-03-01
Simplify this code.
Dan Gohman
2011-03-01
Change directory_entry::path() to return a const std::string & instead of
Dan Gohman
2011-03-01
Revert PathV2 changes, as sys::fs::unique_file is not finished yet.
Dan Gohman
2011-03-01
add a missing const qualifier for consistency.
Chris Lattner
[next]