summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Added vcvtb/vcvtt (between half-precision and single-precision, VFP).Johnny Chen2010-02-09
* Remember to update live-in lists when coalescing physregs.Jakob Stoklund Olesen2010-02-09
* move PR3462 to here.Chris Lattner2010-02-09
* add a note from PR6194Chris Lattner2010-02-09
* Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen2010-02-09
* Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel2010-02-09
* simplify this code, duh.Chris Lattner2010-02-09
* fix PR6193, only considering sign extensions *from i1* for thisChris Lattner2010-02-09
* Add file in here too.Eric Christopher2010-02-09
* make -show-inst be formatted a bit nicer. Before:Chris Lattner2010-02-09
* Fixed a bug in the PBQP allocator's findCoalesces method.Lang Hames2010-02-09
* Implement x86 asm parsing support for %st and %st(4)Chris Lattner2010-02-09
* Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames2010-02-09
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* pass stringref by value instead of by const&Chris Lattner2010-02-09
* move PR6212 to this file.Chris Lattner2010-02-09
* Implement AsmPrinter support for several more operators which haveDan Gohman2010-02-09
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-08
* fix some problems handling large vectors reported in PR6230Chris Lattner2010-02-08
* this is done, tested by CodeGen/ARM/iabs.llChris Lattner2010-02-08
* tighten up eh.setjmp sequence a bit.Jim Grosbach2010-02-08
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-08
* unify the paths for external symbols and global variables:Chris Lattner2010-02-08
* switch the rest of the "@ concatentation" logic in the X86Chris Lattner2010-02-08
* Fixed the AT&T AsmLexer to report the proper stringsSean Callanan2010-02-08
* switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner2010-02-08
* ConstantFoldConstantExpression can theoretically return the originalDan Gohman2010-02-08
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-08
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-08
* Add VCVTR (between floating-point and integer, VFP) for disassembly purpose.Johnny Chen2010-02-08
* When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman2010-02-08
* Add const qualifiers.Dan Gohman2010-02-08
* Apply the 95471 fix to SelectionDAGBuilder as well;Dale Johannesen2010-02-08
* In guaranteed tailcall mode, don't decline the tailcall optimizationDan Gohman2010-02-08
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-08
* Add VCMP (VFP floating-point compare without 'E' bit set) for disassembly pur...Johnny Chen2010-02-08
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-08
* Added VMOVRRS/VMOVSRR to ARMInstrVFP.td for disassembly purpose.Johnny Chen2010-02-08
* Fix x86 JIT stub on MSVC.Torok Edwin2010-02-08
* Make the destructor for TypeMapBase protected. Spotted by Duncan Sands withNick Lewycky2010-02-07
* Give DwarfPrinter a protected (but not virtual) destructor. CppcheckDuncan Sands2010-02-07
* Add suport for VASTART on Mips.Bruno Cardoso Lopes2010-02-06
* First step towards varargs support in Mips:Bruno Cardoso Lopes2010-02-06
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-06
* Fix an uninitialized value. Radar 7609421.Bob Wilson2010-02-06
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-06
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-06
* After Victor's latest commits I am seeing nullDale Johannesen2010-02-06
* Linker should not remap null operands of metadataVictor Hernandez2010-02-06
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-06