aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add hidden flags to allow binary search of post-RA scheduling errors.David Goodwin2009-09-011-0/+21
* RRX reads CPSR.David Goodwin2009-09-012-1/+4
* doxygenate RefreshCallGraph, add a new 'verification mode', and run it after Chris Lattner2009-09-011-4/+37
* Fix a typo in a comment.Dan Gohman2009-09-011-1/+1
* Added TEST %rAX, $imm instructions to the Intel tables. These are required f...Sean Callanan2009-09-012-0/+9
* simpler solution to iterator invalidation "problem" foundChris Lattner2009-09-011-11/+6
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-013-113/+78
* Reapply 80278Bruno Cardoso Lopes2009-09-014-45/+71
* revert inadvertant change from previous commitJim Grosbach2009-09-011-2/+3
* random code cleanups, no functionality change.Chris Lattner2009-09-011-63/+62
* Update CMake files.Ted Kremenek2009-09-012-1/+2
* Simply LSDA lable emission to use a direct special-case output instead ofJim Grosbach2009-09-013-21/+12
* Do not manipulate invalid iterators. This fixes theDuncan Sands2009-09-011-6/+11
* Further refactoring of PIC16 Obj file code.Sanjiv Gupta2009-09-013-19/+26
* Update CMakeLists.Benjamin Kramer2009-09-011-0/+1
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-1/+9
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-012-3/+15
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-013-0/+235
* testcase for PR3601Chris Lattner2009-09-011-0/+33
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-016-54/+79
* Add virtual destructor.Devang Patel2009-09-011-0/+1
* Add test for vld{234}_lane instructions.Bob Wilson2009-09-011-0/+187
* Generate code for vld{234}_lane intrinsics.Bob Wilson2009-09-014-0/+130
* Fix pr4843: When an instruction has multiple destination registers that areBob Wilson2009-09-012-11/+64
* llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).Daniel Dunbar2009-09-012-4/+4
* SJLJ is arm/darwin only for now. force the triple for the testJim Grosbach2009-09-011-1/+1
* Fix compiler warningsJim Grosbach2009-09-012-2/+2
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-019-38/+163
* Introduce DILocation.Devang Patel2009-09-012-0/+32
* Add getDirectory() and getFilename() interface to DIScope.Devang Patel2009-09-011-1/+25
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-314-8/+59
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-313-11/+22
* Don't use an iterator which is potentially invalidated.Dan Gohman2009-08-311-1/+1
* Use early exit and reduce indentation.Bob Wilson2009-08-311-157/+157
* If the tied registers are already the same, there is no need to changeBob Wilson2009-08-311-5/+5
* Add triple parsing support for XCore.Richard Osborne2009-08-311-0/+2
* Derive DICompileUnit from DIScope.Devang Patel2009-08-312-3/+15
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-313-3/+265
* Extend the ValuesAtScope cache to cover all expressions, not justDan Gohman2009-08-312-24/+34
* restore semantics of operator* (removing a FIXME I had to introduce in r80224)Gabor Greif2009-08-311-3/+4
* Don't mark a register live at an undef use.David Goodwin2009-08-312-13/+34
* Introduce DIScope.Devang Patel2009-08-312-0/+26
* Oops. Fix inverted logic in assertion check.Devang Patel2009-08-311-6/+6
* Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng2009-08-312-6/+5
* X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand.Daniel Dunbar2009-08-312-1/+35
* Stop printing old asm printing code inline with -experimental-asm-printer (th...Daniel Dunbar2009-08-311-9/+0
* Avoid unnecessary +0 in experimental-asm-printer.Daniel Dunbar2009-08-311-7/+10
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-314-58/+75
* Output a hex value, because all of the others are hex.Bill Wendling2009-08-311-1/+1
* Fix some misspellings of XTARGET.Dale Johannesen2009-08-313-3/+3