aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added header file declarations and .exports entriesSean Callanan2010-02-083-2/+52
* test case for r95604.Devang Patel2010-02-082-1/+17
* tighten up eh.setjmp sequence a bit.Jim Grosbach2010-02-086-29/+37
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-082-10/+6
* unify the paths for external symbols and global variables:Chris Lattner2010-02-082-83/+48
* switch the rest of the "@ concatentation" logic in the X86Chris Lattner2010-02-084-127/+63
* Fixed the AT&T AsmLexer to report the proper stringsSean Callanan2010-02-081-1/+1
* switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner2010-02-085-12/+16
* ConstantFoldConstantExpression can theoretically return the originalDan Gohman2010-02-081-2/+4
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-085-4/+90
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-082-2/+2
* use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner2010-02-081-2/+3
* Add VCVTR (between floating-point and integer, VFP) for disassembly purpose.Johnny Chen2010-02-081-0/+31
* When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman2010-02-082-9/+17
* Add const qualifiers.Dan Gohman2010-02-082-3/+3
* Apply the 95471 fix to SelectionDAGBuilder as well;Dale Johannesen2010-02-081-0/+2
* In guaranteed tailcall mode, don't decline the tailcall optimizationDan Gohman2010-02-082-8/+14
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-086-27/+30
* Add VCMP (VFP floating-point compare without 'E' bit set) for disassembly pur...Johnny Chen2010-02-081-0/+16
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-083-1/+31
* Flesh out the list of predicates, for those who like this style. I wasDuncan Sands2010-02-081-1/+21
* ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, doneDaniel Dunbar2010-02-081-15/+15
* Added VMOVRRS/VMOVSRR to ARMInstrVFP.td for disassembly purpose.Johnny Chen2010-02-081-0/+14
* Fix some typos.Duncan Sands2010-02-081-4/+4
* Fix x86 JIT stub on MSVC.Torok Edwin2010-02-081-0/+1
* Fixed build error for redefinition.Sanjiv Gupta2010-02-081-2/+0
* Add uppercase and lowercase part defines in driver.Sanjiv Gupta2010-02-083-22/+98
* Make the destructor for TypeMapBase protected. Spotted by Duncan Sands withNick Lewycky2010-02-071-2/+1
* Give DwarfPrinter a protected (but not virtual) destructor. CppcheckDuncan Sands2010-02-071-0/+2
* Add suport for VASTART on Mips.Bruno Cardoso Lopes2010-02-062-0/+22
* First step towards varargs support in Mips:Bruno Cardoso Lopes2010-02-061-38/+117
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-0616-261/+96
* Remove a large test case that (soon will) no longer make sense.Evan Cheng2010-02-061-491/+0
* Fix an uninitialized value. Radar 7609421.Bob Wilson2010-02-061-0/+1
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-062-9/+43
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-064-24/+41
* Add a Debug bit to MachineOperand, for uses thatDale Johannesen2010-02-063-10/+40
* After Victor's latest commits I am seeing nullDale Johannesen2010-02-061-0/+2
* Linker should not remap null operands of metadataVictor Hernandez2010-02-061-2/+6
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-062-2/+27
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-0614-13/+48
* Add a test for my change to disable reassociation for i1 types.Bob Wilson2010-02-061-0/+10
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-063-6/+44
* Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.Bob Wilson2010-02-062-13/+12
* Don't unroll loops containing function calls.Jakob Stoklund Olesen2010-02-052-8/+16
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-052-15/+22
* Do not generate specification DIE for nested functions.Devang Patel2010-02-051-1/+7
* fix incorrect encoding of SBB8mi that Kevin noticed.Chris Lattner2010-02-052-3/+6
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-052-1/+5
* add note.Chris Lattner2010-02-051-0/+2