aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make SwitchToSection accept null sections for now.Chris Lattner2009-08-031-3/+8
* Change C, CBE, MSIL to not provide target data via getTargetData().Daniel Dunbar2009-08-033-3/+3
* Allow targets to custom handle softening of results or operands before trying...Sanjiv Gupta2009-08-031-0/+8
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-031-2/+13
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-035-10/+9
* Unbreak win64 compilation callback.Anton Korobeynikov2009-08-031-13/+14
* Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially...Evan Cheng2009-08-032-1/+54
* Create proper frame index for FPAnton Korobeynikov2009-08-031-1/+3
* Perform bitconvert to proper typeAnton Korobeynikov2009-08-031-2/+1
* Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov2009-08-035-33/+60
* Cleanup Darwin MMX calling conv stuff - make the stuff more generic. This als...Anton Korobeynikov2009-08-032-62/+36
* Unbreak Win64 CC. Step one: honour register save area, fix some alignment and...Anton Korobeynikov2009-08-039-58/+100
* Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky2009-08-033-21/+1
* Add NamedMDNode destructor.Devang Patel2009-08-032-0/+26
* Use movd instead of movqRafael Espindola2009-08-032-3/+6
* Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar2009-08-034-1/+116
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-033-8/+31
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-038-49/+18
* These are done.Evan Cheng2009-08-031-8/+0
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-0311-70/+148
* Fix the instruction encoding.Rafael Espindola2009-08-031-2/+2
* Remove a bitcast that was a no-op.Rafael Espindola2009-08-031-3/+1
* Use movq to move 64 bits in and out of mmx registers.Rafael Espindola2009-08-034-4/+23
* Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...Evan Cheng2009-08-032-1/+90
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-036-50/+26
* Restrict LDA to affine subscripts.Andreas Bolka2009-08-032-0/+27
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-038-14/+14
* - s/DOUT/DEBUG(errs()/gBill Wendling2009-08-035-41/+43
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-0230-126/+99
* Expand LDA testcases.Andreas Bolka2009-08-022-11/+62
* Add extra SEXT pattern.Richard Osborne2009-08-022-0/+48
* The x86 jit doesn't generate a def_cfa_offset unwind instruction after theBill Wendling2009-08-021-1/+1
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-0237-98/+59
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-023-37/+1
* Fix the build for people with oprofile installed.Nick Lewycky2009-08-021-3/+4
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-021-3/+9
* Fix issue in regscavenger when scavenging a callee-saved register that has no...Jakob Stoklund Olesen2009-08-022-4/+11
* One two many newlines at end of file LLVMContextImpl.cppEdward O'Callaghan2009-08-021-1/+0
* Tweak svn:ignore moreDaniel Dunbar2009-08-020-0/+0
* Tweak svn:ignoreDaniel Dunbar2009-08-020-0/+0
* Adjust comment to distinguish between target name and triple target name theyDaniel Dunbar2009-08-021-15/+15
* Fix no newline at end of LLVMContextImpl.cppEdward O'Callaghan2009-08-021-1/+2
* Never add a kill flag to a constrained physical register in a two-addr instru...Jakob Stoklund Olesen2009-08-023-6/+3
* Scavenger asserts.Jakob Stoklund Olesen2009-08-023-5/+14
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-025-1/+123
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-024-8/+250
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-024-12/+175
* Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen2009-08-023-40/+45
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-0277-0/+5029
* Avoid forming a SELECT_CC in a type that the target doesn'tDan Gohman2009-08-021-1/+2