aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-072-8/+14
* Remove trailing whitespaceMichael Ilseman2012-12-071-22/+22
* Mark ImmutableMap::remove/add() const.Ted Kremenek2012-12-071-2/+2
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-45/+50
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-072-1/+1
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-0/+35
* Split MCELFStreamer into a header file.Logan Chien2012-12-071-0/+109
* Add an MIBundleBuilder class.Jakob Stoklund Olesen2012-12-071-0/+64
* Add higher-level API for dealing with bundled MachineInstrs.Jakob Stoklund Olesen2012-12-071-5/+27
* Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...Ted Kremenek2012-12-071-0/+15
* Add convenience accessor to Triple for OS == NaClEli Bendersky2012-12-071-0/+5
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-061-1/+17
* Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."Ted Kremenek2012-12-061-18/+5
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-061-10/+7
* Allow modifying an ImmutableMap without canonicalizing it immediately.Jordan Rose2012-12-061-5/+18
* Handle non-default array bounds.Bill Wendling2012-12-061-1/+1
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-11/+0
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-061-0/+10
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-0/+11
* RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick2012-12-051-1/+1
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-051-6/+3
* RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick2012-12-052-20/+47
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-051-3/+10
* Remove unused methodsEli Bendersky2012-12-051-4/+0
* Updates to Win64EH.h structures.Michael J. Spencer2012-12-051-23/+58
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-051-3/+0
* Remove two dead functions resulting from a bad rebase.Andrew Trick2012-12-051-22/+0
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-051-0/+1
* Remove unused MachineInstr constructors.Jakob Stoklund Olesen2012-12-051-10/+0
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-1/+12
* - Added calls to doInitialization/doFinalization to immutable passesPedro Artigas2012-12-051-0/+4
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-051-0/+29
* Added RegisterPressureTracker::dump() for debugging.Andrew Trick2012-12-051-0/+2
* Comment formatting.Andrew Trick2012-12-051-1/+1
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-056-0/+1067
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-042-3/+2
* Remove a URL from codeEli Bendersky2012-12-041-1/+1
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-2/+2
* Fix comment typo.Duncan Sands2012-12-041-1/+1
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-042-1/+5
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-1/+1
* Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling2012-12-041-0/+1
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-041-0/+1
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-042-3/+13
* Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen2012-12-041-22/+0
* Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen2012-12-041-3/+0
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-041-3/+1
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-041-24/+4
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-031-0/+5
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-031-1/+1