summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Don't use my favorite C++11 feature (comma at end of enum).Benjamin Kramer2012-01-20
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Protect SmallVectorImpl's constructor and a few other methods that aren't mea...Benjamin Kramer2012-01-20
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20
* Add a new form of MCOperand, for representing sub-instructions. This is inte...Owen Anderson2012-01-19
* More bundle related API additions.Evan Cheng2012-01-19
* Introduce a new MutableArrayRef class, which refers to a series of mutableChris Lattner2012-01-19
* Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng2012-01-19
* Added methods to get the live range immediately before a given slot. Intended...Lang Hames2012-01-19
* - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng2012-01-19
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-19
* Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng2012-01-19
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-18
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-18
* Document the fact that the selection dag changes the vselect condition typeNadav Rotem2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* Add a CoveredBySubRegs property to Register descriptions.Jakob Stoklund Olesen2012-01-18
* Remove unneeded include.Jakub Staszak2012-01-17
* Add TableGen support for callee saved registers.Jakob Stoklund Olesen2012-01-17
* Move includes to the .cpp file.Jakub Staszak2012-01-17
* Trailing spaces.Jakub Staszak2012-01-17
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-17
* Add a new PassManagerBuilder customization point,Dan Gohman2012-01-17
* Removes template magic to build up containers.Manuel Klimek2012-01-17
* Renamed MachineScheduler to ScheduleTopDownLive.Andrew Trick2012-01-17
* Moving options declarations around.Andrew Trick2012-01-17
* add some missing const qualifiers.Chris Lattner2012-01-17
* Add portable bit mask operations to BitVector.Jakob Stoklund Olesen2012-01-17
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* Extract method for detecting constant unallocatable physregs.Jakob Stoklund Olesen2012-01-16
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Add a new kind of MachineOperand: MO_RegisterMask.Jakob Stoklund Olesen2012-01-16
* Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer2012-01-15
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Add TRI::getCallPreservedMask() hook.Jakob Stoklund Olesen2012-01-14
* Fixed comment. Thanks Duncan!Pete Cooper2012-01-13
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* whitespaceAndrew Trick2012-01-13
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-13
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-13
* Added MVT::v2f16Pete Cooper2012-01-12
* Allow targets to select source order pre-RA scheduler.Evan Cheng2012-01-12
* Move Sched::Preference out of TargetMachine.h where it is not referenced.Evan Cheng2012-01-12
* Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...Eli Friedman2012-01-11
* Add XOP Intrinsics and testsJan Sjödin2012-01-11
* Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...Andrew Trick2012-01-11
* Detect when a value is undefined on an edge to a landing pad.Jakob Stoklund Olesen2012-01-11
* Exclusively use SplitAnalysis::getLastSplitPoint().Jakob Stoklund Olesen2012-01-11