| Commit message (Expand) | Author | Age | Files | Lines |
* | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 3 | -4/+3 |
* | llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ... | NAKAMURA Takumi | 2012-12-24 | 1 | -2/+0 |
* | Add a missing assertion, the null register has no register units. | Jakob Stoklund Olesen | 2012-12-21 | 1 | -0/+1 |
* | Aligned bundling support. Following the discussion here: | Eli Bendersky | 2012-12-20 | 5 | -4/+113 |
* | Fix inadvertant delete of 'has'. | Jim Grosbach | 2012-12-20 | 1 | -1/+1 |
* | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky | 2012-12-20 | 2 | -99/+0 |
* | Clean up some DOxygen comments. | Jim Grosbach | 2012-12-20 | 1 | -37/+33 |
* | Clean up some DOxygen comments. | Jim Grosbach | 2012-12-20 | 1 | -26/+25 |
* | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach | 2012-12-19 | 2 | -2/+36 |
* | Add isSubRegisterEq() and isSuperRegisterEq(). | Jim Grosbach | 2012-12-19 | 1 | -4/+14 |
* | Move isSubRegister() and isSuperRegister to MCRegisterInfo. | Jim Grosbach | 2012-12-19 | 1 | -0/+17 |
* | Fix doc comment. '///' not '//'. | Jim Grosbach | 2012-12-19 | 1 | -3/+3 |
* | Remove edis remnant. | Benjamin Kramer | 2012-12-19 | 1 | -29/+0 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -10/+0 |
* | Add support for passing -main-file-name all the way through to | Eric Christopher | 2012-12-18 | 1 | -0/+11 |
* | Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the | Chandler Carruth | 2012-12-17 | 1 | -0/+13 |
* | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler | 2012-12-16 | 4 | -0/+12 |
* | Add more reset methods to make all objects that the backend may use for outpu... | Pedro Artigas | 2012-12-14 | 4 | -0/+23 |
* | This patch improves the 64-bit PowerPC InitialExec TLS support by providing | Bill Schmidt | 2012-12-14 | 1 | -1/+2 |
* | Remove extraneous debugging code. | Eric Christopher | 2012-12-13 | 1 | -2/+0 |
* | Add a way of printing out an arbitrary label name for a section | Eric Christopher | 2012-12-13 | 4 | -0/+29 |
* | Make the MCStreamer have a reset method and call that after finalization of t... | Pedro Artigas | 2012-12-12 | 4 | -9/+19 |
* | Make naming consistent, add comments and sanity asserts | Eli Bendersky | 2012-12-12 | 1 | -5/+6 |
* | This patch implements local-dynamic TLS model support for the 64-bit | Bill Schmidt | 2012-12-12 | 1 | -0/+5 |
* | Add ARM NONE and PREL31 relocation types. | Logan Chien | 2012-12-12 | 1 | -0/+2 |
* | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt | 2012-12-11 | 1 | -0/+3 |
* | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames | 2012-12-10 | 1 | -0/+13 |
* | Cleanup formatting, comments and naming. | Eli Bendersky | 2012-12-10 | 2 | -6/+8 |
* | Fix Windows build breakage. | Logan Chien | 2012-12-08 | 1 | -2/+1 |
* | Make the contents of encoded sections SmallVector<char, N> instead of | Eli Bendersky | 2012-12-07 | 2 | -8/+14 |
* | 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 |
* | fixed valgrind issues of prior commit, this change applies r169456 changes ba... | Pedro Artigas | 2012-12-06 | 1 | -1/+17 |
* | Revert r169456, "change MCContext to work on the doInitialization/doFinalizat... | NAKAMURA Takumi | 2012-12-06 | 1 | -11/+0 |
* | change MCContext to work on the doInitialization/doFinalization model | Pedro Artigas | 2012-12-06 | 1 | -0/+11 |
* | Change std::vector to SmallVector<4> and remove some unused methods. | Eli Bendersky | 2012-12-05 | 1 | -6/+3 |
* | Remove unused methods | Eli Bendersky | 2012-12-05 | 1 | -4/+0 |
* | Remove the non-const getInst accessor. It wasn't being used, and isn't very | Eli Bendersky | 2012-12-05 | 1 | -3/+0 |
* | Try to unbreak the build on hosts that don't transitively pull in a definitio... | Benjamin Kramer | 2012-12-05 | 1 | -0/+1 |
* | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 1 | -1/+12 |
* | This patch introduces initial-exec model support for thread-local storage | Bill Schmidt | 2012-12-04 | 1 | -0/+2 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 15 | -20/+20 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -0/+3 |
* | Add the rest of the experimental fission sections to MC. | Eric Christopher | 2012-11-30 | 1 | -1/+16 |
* | Add an MCPhysReg typedef to replace naked uint16_t. | Jakob Stoklund Olesen | 2012-11-29 | 1 | -7/+11 |
* | Add brief support for the fission .debug_info.dwo section for | Eric Christopher | 2012-11-28 | 1 | -0/+7 |
* | Rearrange ordering of sections. | Eric Christopher | 2012-11-28 | 1 | -9/+10 |
* | Move and comment accessor routines. | Eric Christopher | 2012-11-28 | 1 | -12/+15 |