summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* - 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
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-05
* Comment formatting.Andrew Trick2012-12-05
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-04
* Remove a URL from codeEli Bendersky2012-12-04
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-04
* Fix comment typo.Duncan Sands2012-12-04
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-04
* Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling2012-12-04
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-04
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-04