summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman2009-11-23
* add a helperChris Lattner2009-11-23
* I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands2009-11-23
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-23
* Remove unused LLVMContext.Nick Lewycky2009-11-23
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-22
* Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach2009-11-22
* Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar2009-11-22
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Allow target to disable if-converting predicable instructions. e.g. NEON inst...Evan Cheng2009-11-21
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* Maintain stylistic consistency.Evan Cheng2009-11-21
* Be more clever about calculating live variables through new basic blocks.Jakob Stoklund Olesen2009-11-21
* Allow SmallString to implicitly convert to StringRef.Daniel Dunbar2009-11-21
* Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov2009-11-21
* Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin2009-11-20
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-20
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-20
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-20
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-20
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-20
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Fix fast-isel to avoid selecting the return instruction if aDan Gohman2009-11-20
* Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.Jakob Stoklund Olesen2009-11-20
* Extend CaptureTracking to indicate when a value is never stored, evenDan Gohman2009-11-19
* cstdlib is not automatically included with StringRef anymore.Benjamin Kramer2009-11-19
* Remove the now obsolete algorithm include from StringRef.h.Benjamin Kramer2009-11-19
* Workaround PR5482, because all the gcc versions that I had were miscompiling ...Torok Edwin2009-11-19
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-19
* Make EliminateDuplicatePHINodes() available as a utility functionJim Grosbach2009-11-19
* Twine: Stores kinds as uchar instead of bitfield to be friendlier to theDaniel Dunbar2009-11-19
* Remove spurious @verbatim. Patch by Timo Juhani Lindfors!Jeffrey Yasskin2009-11-18
* Allow the machine verifier to be run outside the PassManager.Jakob Stoklund Olesen2009-11-18
* Remove the -early-coalescing optionJakob Stoklund Olesen2009-11-18
* Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov2009-11-18
* Add a target hook to allow changing the tail duplication limit based on theBob Wilson2009-11-18
* The llvm-gcc front-end and the pass manager use two separate TargetData objects.Bill Wendling2009-11-18
* Simplify ComputeMultiple so that it doesn't depend on TargetData.Dan Gohman2009-11-18
* Remove dead code.Devang Patel2009-11-17
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-17
* Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng2009-11-17
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-17
* add Case() with 5 argsNuno Lopes2009-11-17
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-17
* Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands2009-11-17
* Fixed call to wrong constructor.Lang Hames2009-11-17
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-17
* Fix unused variables warnings.Eric Christopher2009-11-16
* Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.Dan Gohman2009-11-16
* Remove an unnecessary #include.Dan Gohman2009-11-16