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
/
lib
Age
Commit message (
Expand
)
Author
2012-05-25
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-25
boundschecking:
Nuno Lopes
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-25
misched: trace formatting
Andrew Trick
2012-05-25
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-24
Silence unused variable warnings from when assertions are disabled.
Kaelyn Uhrain
2012-05-24
misched: Use the same scheduling heuristics with -misched-topdown/bottomup.
Andrew Trick
2012-05-24
Shrink.
Jakob Stoklund Olesen
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
Simplify TGParser::ProcessForEachDefs.
Jakob Stoklund Olesen
2012-05-24
misched: Trace regpressure.
Andrew Trick
2012-05-24
misched: Give each ReadyQ a unique ID
Andrew Trick
2012-05-24
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-05-24
misched: Release bottom roots in reverse order.
Andrew Trick
2012-05-24
misched: rename ReadyQ class
Andrew Trick
2012-05-24
misched: copy comments so compareRPDelta is readable by itself.
Andrew Trick
2012-05-24
regpressure: Added RegisterPressure::dump
Andrew Trick
2012-05-24
regpressure: physreg livein/out fix
Andrew Trick
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
Silence Clang's -Wlogical-op-parentheses warning.
David Blaikie
2012-05-24
Add half support to LLVM (for OpenCL)
Tobias Grosser
2012-05-24
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-24
Fix -Wcovered-switch-default warning.
Patrik Hägglund
2012-05-24
Convert assert(0) to llvm_unreachable.
Craig Topper
2012-05-24
Mark some static arrays as const.
Craig Topper
2012-05-24
Use uint16_t to store registers in static tables. Matches other tables.
Craig Topper
2012-05-24
Use uint16_t to store register number in static tables to match other tables.
Craig Topper
2012-05-24
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...
Craig Topper
2012-05-24
Mark a static array as const.
Craig Topper
2012-05-24
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-23
Tidy up naming for consistency and other cleanup. No functional change inten...
Chad Rosier
2012-05-23
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
Forgot to reverse conditional.
Bill Wendling
2012-05-23
Reduce indentation by early detection of 'continue'. No functionality change.
Bill Wendling
2012-05-23
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
Nuno Lopes
2012-05-23
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
Fixed typo in r156905.
Patrik Hägglund
2012-05-23
Small fix for the debug output from PBQP (PR12822).
Patrik Hägglund
[prev]
[next]