projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-06-27
Evan Cheng
More refactoring. MC doesn't need know about subreg...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Jim Grosbach
ARM Assembly syntax support for arithmetic implied...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Owen Anderson
The index stored in the RegDefIter is one after the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Evan Cheng
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Andrew Trick
pre-RA-sched: Cleanup register pressure tracking.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Jakob Stoklund...
Move all inline-asm-fpstack tests to a single file.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Jakob Stoklund...
Track live-out physical registers in MachineDCE.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Nick Lewycky
Teach one piece of scalarrepl to handle lifetime marker...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Nick Lewycky
Move onlyUsedByLifetimeMarkers to ValueTracking so...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Jakob Stoklund...
Grow the X86FloatingPoint register map to hold 16 regis...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Jakob Stoklund...
Distinguish early clobber output operands from clobbere...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
Jakob Stoklund...
Decode and pretty print inline asm operand descriptors.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rafael Espindola
Remove unused methods.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rafael Espindola
There is only one register coalescer. Merge it into...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rafael Espindola
Merge SimpleRegisterCoalescing.cpp into RegisterCoalesc...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rafael Espindola
merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rafael Espindola
Move RegisterCoalescer.h to lib/CodeGen.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
Rafael Espindola
Remove unnecessary wrapper.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Dan Bailey
PTX: corrected tests that were failing
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Chad Rosier
Replace dyn_cast<> with cast<> since the cast is alread...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Dan Bailey
PTX: Reverting implementation of i8.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Michael J....
Object: Add proper error handling.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Michael J....
Modify llvm-nm to use new Binary creation method.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Michael J....
Make Binary the parent of ObjectFile and update childre...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Michael J....
Add Binary class. This is a cleaner parent than ObjectFile.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Michael J....
Add Object/Error.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Nick Lewycky
Enhance the sanity check for block sizes; check that...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Chad Rosier
Test case for r133858 (tail call optimize in the presen...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Oscar Fuentes
Update CMake library dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Chad Rosier
Enable tail call optimization in the presence of a...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Jim Grosbach
Move ARM-specific test to ARM directory.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Douglas Gregor
Unbreak CMake build
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Evan Cheng
Remove dead typedefs.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Evan Cheng
Add include guard.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Evan Cheng
Rename TargetDesc to MCTargetDesc
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Evan Cheng
Rename TargetRegisterDesc to MCRegisterDesc
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Jim Grosbach
Refactor MachO relocation generaration into the Target...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Owen Anderson
The scheduler needs to be aware on the existence of...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Bob Wilson
Revert "Shorten some ARM builtin names by removing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rafael Espindola
Fix cmake build.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Devang Patel
Fix struct member's scope. Patch by Xi Wang.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Bob Wilson
Shorten some ARM builtin names by removing unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Chad Rosier
Hoist simple check above more complex checking to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Jim Grosbach
Testcase for r133818
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Devang Patel
Revert unintentional check-in.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Devang Patel
Handle debug info for i128 constants.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Evan Cheng
- Add MCRegisterInfo registration machinery. Also added...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Jim Grosbach
ARM movw/movt fixups need to mask the high bits.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Jim Grosbach
tidy up whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Dan Bailey
PTX: Add support for i8 type and introduce associated...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Chad Rosier
The Neon VCVT (between floating-point and fixed-point...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Justin Holewinski
PTX: Add preliminary support for outputting debug infor...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Akira Hatanaka
Change the chain input of nodes that load the address...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Jim Grosbach
Fixup info for Thumb2 unconditional branch.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Akira Hatanaka
Prevent generation of redundant addiu instructions...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Justin Holewinski
PTX: Re-work target sm/compute selection and add some...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rafael Espindola
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rafael Espindola
Now that bb with phis are not considered simple, duplic...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rafael Espindola
Simplify now that blocks with phis are not considered...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rafael Espindola
Fix CellSPU CMakeList.txt.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Benjamin Kramer
Make the generated InitXXXMCRegisterInfo function ...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Evan Cheng
Fix CellSPU CMakeLists.txt
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Evan Cheng
Starting to refactor Target to separate out code that...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Jakub Staszak
Calculate backedge probability correctly.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Jakub Staszak
Missing files for the BlockFrequency analysis added.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Jakub Staszak
Introduce BlockFrequency analysis for BasicBlocks.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Eli Friedman
Add support for movntil/movntiq mnemonics. Reported...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Eli Friedman
PR10180: Fix a instcombine crash with FP vectors.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Eli Friedman
Fix build for (some versions of?) MinGW. Patch by...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Evan Cheng
Rename TargetOptions::StackAlignment to StackAlignmentO...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Evan Cheng
Remove TargetOptions.h dependency from ARMSubtarget.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Justin Holewinski
PTX: Always use registers for return values, but use...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Justin Holewinski
PTX: Fixup test cases for device param changes
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Justin Holewinski
PTX: Whitespace fixes and remove commented out code
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Justin Holewinski
PTX: Prevent DCE from eliminating st.param calls, and...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Justin Holewinski
PTX: Use .param space for parameters in device function...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Andrew Trick
cmake+lit: final cleanup related to the recent churn
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Evan Cheng
Remove TargetOptions.h dependency from X86Subtarget.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Andrew Trick
cmake+lit: handle ENABLE_ASSERTIONS feature properly.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rafael Espindola
Revert "revert 133714"
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rafael Espindola
Add missing file.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Dylan Noblesmith
revert 133714
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rafael Espindola
133713 broke the build, revert it.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Dylan Noblesmith
Support: make floating-exception header private
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Dylan Noblesmith
Don't include config.h in public headers
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Dylan Noblesmith
remove CMake mode_t define
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Dylan Noblesmith
CppBackend: fixup for api change
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Jay Foad
Reinstate r133513 (reverted in r133700) with an additio...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
Use a reference. Don't make a useless copy of the vector.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
Formatting changes. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Eric Christopher
Revert r133513:
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
Use the presence of the __compact_unwind section to...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rafael Espindola
Move more logic to shouldTailDuplicate and only duplica...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Evan Cheng
Get rid of one getStackAlignment(). RegisterInfo should...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
Some skeleton code to emit the compact unwind. If the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
Allow the AsmInfo to query for the compact unwind section.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
Allow the AsmInfo to query the TLOF to see if it suppor...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Bill Wendling
80-column violations.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Andrew Trick
lit support for REQUIRES: asserts.
commit
|
commitdiff
|
tree
|
snapshot
next