| Age | Commit message (Expand) | Author |
| 2010-04-07 | FCONST{S,D} behaves the same way as FP unary instructions. This is true for b... | Anton Korobeynikov |
| 2010-04-07 | Proper cycle times for locks, since wbck latency can be larger than fwd latency. | Anton Korobeynikov |
| 2010-04-07 | Add new itin classes for FP16 <-> FP32 conversions and make uise of them for A9. | Anton Korobeynikov |
| 2010-04-07 | Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo... | Anton Korobeynikov |
| 2010-04-07 | Some bits of A9 scheduling: VFP | Anton Korobeynikov |
| 2010-04-07 | Separate const from non-const stuff during mergeing | Anton Korobeynikov |
| 2010-04-07 | Some initial version of global merger | Anton Korobeynikov |
| 2010-04-06 | Expand SELECT and SELECT_CC for NEON vector types. | Bob Wilson |
| 2010-04-05 | don't use emitlabel in the arm asm printer yet, the order | Chris Lattner |
| 2010-04-05 | fix a couple problems I introduced handling symbols | Chris Lattner |
| 2010-04-05 | Get rid of traling whitespaces. No functionality change. | Johnny Chen |
| 2010-04-05 | The disassembler impl. of MCDisassembler::getInstruction() was using the pattern | Johnny Chen |
| 2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
| 2010-04-05 | Temporarily remove to disable building of ARM disassembler. | Evan Cheng |
| 2010-04-05 | Re-apply 100265 but instead disable building of ARM disassembly for now. | Evan Cheng |
| 2010-04-05 | Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu... | Evan Cheng |
| 2010-04-05 | just have all targets create the DwarfWriter. | Chris Lattner |
| 2010-04-05 | simplify various getAnalysisUsage implementations. | Chris Lattner |
| 2010-04-04 | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner |
| 2010-04-04 | revert my patch, need to reconsider this and figure out what is really going on. | Chris Lattner |
| 2010-04-04 | fix pasto, this is the wrong setting for arm elf. | Chris Lattner |
| 2010-04-04 | clean up the asmprinter header and privatize some stuff. | Chris Lattner |
| 2010-04-04 | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner |
| 2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
| 2010-04-04 | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner |
| 2010-04-04 | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner |
| 2010-04-04 | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner |
| 2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
| 2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-03 | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner |
| 2010-04-03 | Get rid of the middleman (ARMAlgorithm), which causes more trouble than the | Johnny Chen |
| 2010-04-03 | Fix comment. | Johnny Chen |
| 2010-04-03 | Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory | Johnny Chen |
| 2010-04-02 | Fix another build warning. | Johnny Chen |
| 2010-04-02 | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen |
| 2010-04-02 | Added support for reporting operand token ranges | Sean Callanan |
| 2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen |
| 2010-04-01 | vml[as] are slow on 1136jf-s also. | Jim Grosbach |
| 2010-03-31 | Comment the changes for r98218 and friends inside the source code. | Bill Wendling |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-30 | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner |
| 2010-03-29 | add a note. | Chris Lattner |
| 2010-03-29 | Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions. | Johnny Chen |
| 2010-03-28 | fix integer negates to use the proper type for the zero vectors, | Chris Lattner |
| 2010-03-28 | fix vnot matching to explicitly specify the type of the | Chris Lattner |