summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-11
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Fix a coding style nit.Eric Christopher2012-12-10
* Revert r169656.Bill Wendling2012-12-10
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-10
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-10
* Fix funky copy-pasted grammatical error.Sean Silva2012-12-10
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-10
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-09
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-09
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* Fix Windows build breakage.Logan Chien2012-12-08
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-08
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* Remove trailing whitespaceMichael Ilseman2012-12-07
* Mark ImmutableMap::remove/add() const.Ted Kremenek2012-12-07
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Split MCELFStreamer into a header file.Logan Chien2012-12-07
* Add an MIBundleBuilder class.Jakob Stoklund Olesen2012-12-07
* Add higher-level API for dealing with bundled MachineInstrs.Jakob Stoklund Olesen2012-12-07
* Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...Ted Kremenek2012-12-07
* Add convenience accessor to Triple for OS == NaClEli Bendersky2012-12-07
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-06
* Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."Ted Kremenek2012-12-06
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06
* Allow modifying an ImmutableMap without canonicalizing it immediately.Jordan Rose2012-12-06
* Handle non-default array bounds.Bill Wendling2012-12-06
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-06
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-06
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-06
* RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick2012-12-05
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-05
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-05
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-05
* Remove unused methodsEli Bendersky2012-12-05
* Updates to Win64EH.h structures.Michael J. Spencer2012-12-05
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-05
* Remove two dead functions resulting from a bad rebase.Andrew Trick2012-12-05
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-05
* Remove unused MachineInstr constructors.Jakob Stoklund Olesen2012-12-05
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-05
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-05