| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt | 2012-12-11 | 2 | -1/+7 |
* | Use an ArrayRef instead of a std::vector&. | Rafael Espindola | 2012-12-11 | 1 | -2/+2 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 4 | -101/+69 |
* | Holding my nose and moving the accumulation routine to GEPOperator | Chandler Carruth | 2012-12-11 | 1 | -0/+41 |
* | Hoist the GEP constant address offset computation to a common home on | Chandler Carruth | 2012-12-11 | 2 | -2/+12 |
* | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund | 2012-12-11 | 2 | -2/+23 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-11 | 1 | -4/+6 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |
* | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -9/+9 |
* | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund | 2012-12-11 | 1 | -19/+16 |
* | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund | 2012-12-11 | 1 | -1/+1 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |
* | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -3/+3 |
* | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 1 | -6/+6 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-11 | 1 | -6/+5 |
* | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -5/+5 |
* | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 1 | -3/+2 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 3 | -5/+19 |
* | llvm/Target/TargetMachine.h: Remove two dependent headers. | NAKAMURA Takumi | 2012-12-11 | 1 | -2/+2 |
* | Fall back to the selection dag isel to select tail calls. | Chad Rosier | 2012-12-11 | 1 | -4/+4 |
* | Some enhancements for memcpy / memset inline expansion. | Evan Cheng | 2012-12-10 | 1 | -5/+17 |
* | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames | 2012-12-10 | 1 | -0/+13 |
* | Fix a coding style nit. | Eric Christopher | 2012-12-10 | 1 | -2/+2 |
* | Revert r169656. | Bill Wendling | 2012-12-10 | 1 | -7/+0 |
* | Cleanup formatting, comments and naming. | Eli Bendersky | 2012-12-10 | 2 | -6/+8 |
* | Don't use a red zone for code coverage if the user specified `-mno-red-zone'. | Bill Wendling | 2012-12-10 | 1 | -1/+4 |
* | Fix funky copy-pasted grammatical error. | Sean Silva | 2012-12-10 | 1 | -9/+9 |
* | Add a new visitor for walking the uses of a pointer value. | Chandler Carruth | 2012-12-10 | 1 | -0/+286 |
* | Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some... | Michael Ilseman | 2012-12-09 | 3 | -55/+56 |
* | LoopVectorize: support vectorizing intrinsic calls | Paul Redmond | 2012-12-09 | 2 | -0/+11 |
* | Have the bitcode reader/writer just use FPMathOperator's fast math enum directly | Michael Ilseman | 2012-12-09 | 1 | -10/+0 |
* | - Re-enable population count loop idiom recognization | Shuxin Yang | 2012-12-09 | 2 | -1/+18 |
* | Revert the patches adding a popcount loop idiom recognition pass. | Chandler Carruth | 2012-12-08 | 2 | -18/+1 |
* | Fix Windows build breakage. | Logan Chien | 2012-12-08 | 1 | -2/+1 |
* | Add the `lto_codegen_set_export_dynamic' function. | Bill Wendling | 2012-12-08 | 1 | -0/+7 |
* | Add C API for specifying CPU to the disassembler. | Jim Grosbach | 2012-12-07 | 1 | -1/+14 |
* | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 2012-12-07 | 7 | -41/+41 |
* | Make the contents of encoded sections SmallVector<char, N> instead of | Eli Bendersky | 2012-12-07 | 2 | -8/+14 |
* | Remove trailing whitespace | Michael Ilseman | 2012-12-07 | 1 | -22/+22 |
* | Mark ImmutableMap::remove/add() const. | Ted Kremenek | 2012-12-07 | 1 | -2/+2 |
* | Refactor MCInstFragment and MCDataFragment to adhere to a common interface, | Eli Bendersky | 2012-12-07 | 1 | -45/+50 |
* | Lift EmitAssignment into MCObjectStreamer which gets rid of at least three | Eli Bendersky | 2012-12-07 | 2 | -1/+1 |
* | Added Mapping Symbols for ARM ELF | Tim Northover | 2012-12-07 | 1 | -0/+35 |
* | Split MCELFStreamer into a header file. | Logan Chien | 2012-12-07 | 1 | -0/+109 |
* | Add an MIBundleBuilder class. | Jakob Stoklund Olesen | 2012-12-07 | 1 | -0/+64 |
* | Add higher-level API for dealing with bundled MachineInstrs. | Jakob Stoklund Olesen | 2012-12-07 | 1 | -5/+27 |
* | Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons... | Ted Kremenek | 2012-12-07 | 1 | -0/+15 |
* | Add convenience accessor to Triple for OS == NaCl | Eli Bendersky | 2012-12-07 | 1 | -0/+5 |
* | fixed valgrind issues of prior commit, this change applies r169456 changes ba... | Pedro Artigas | 2012-12-06 | 1 | -1/+17 |