summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Remove unused code.Eli Friedman2011-06-15
* Constify PackedVector::reference::operator T().Argyrios Kyrtzidis2011-06-15
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-15
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-15
* Replace the statically generated hashtables for checking register relationshi...Owen Anderson2011-06-15
* add option for literal formatting to APInt::toString()Ted Kremenek2011-06-15
* Add "unknown" results for memdep, which mean "I don't know whether a dependen...Eli Friedman2011-06-15
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-14
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-14
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-13
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-13
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-13
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-13
* Add Object/Error.Michael J. Spencer2011-06-13
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-13
* Bugfix: When looking for a legal vector type, stop looking when a non-simpleNadav Rotem2011-06-12
* Tweak hash function and compress hash tables.Jakob Stoklund Olesen2011-06-12
* Compute lists of sub-regs, super-regs, and overlapping regs.Jakob Stoklund Olesen2011-06-12
* Reformatting. Moving class definitions to more natural places. No functionalo...Bill Wendling2011-06-11
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-11
* Provide an ARMCCState subclass of CCState so that ARM clients will always setCameron Zwarich2011-06-10
* Rename the ParmContext enum values to make a bit more sense and add a smallCameron Zwarich2011-06-10
* Remove tabs.Cameron Zwarich2011-06-10
* Fix example code in comment.Richard Osborne2011-06-10
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-09
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...Lang Hames2011-06-07
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Cast unused parameter to void.Hans Wennborg2011-06-04
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-04
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-04
* A typedef's context is not the same as type's context. It is the context of t...Devang Patel2011-06-03
* Treat Win64 EH as a DWARF EH scheme. For GCC-style exceptions, the layout ofCharles Davis2011-06-03
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-02
* Make it possible to have unallocatable register classes.Jakob Stoklund Olesen2011-06-02
* Remove dead code.Devang Patel2011-06-02
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Typos.Chad Rosier2011-06-01
* Initialize IssueWidth to zero.Benjamin Kramer2011-06-01
* Fix PR10059 and future variations by handling all register subclasses.Jakob Stoklund Olesen2011-06-01
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-01
* FGETSIGN support for x86, using movmskps/pd. Will be enabled with aStuart Hastings2011-06-01
* llvm.memcpy.* has two distinct associated address spaces; the source address ...Eli Friedman2011-05-31
* Fix 80 column violations.Richard Osborne2011-05-31
* Add XCore intrinsic for crc8.Richard Osborne2011-05-31
* Add XCore intrinsic for crc32.Richard Osborne2011-05-31