aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.Michael J. Spencer2010-10-111-0/+4
* X86: MinGW should always use libgcc on Windows.Michael J. Spencer2010-10-102-4/+5
* X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer2010-10-103-3/+27
* Fix Whitespace.Michael J. Spencer2010-10-102-90/+90
* force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.Chris Lattner2010-10-101-2/+2
* fix the default va_arg expansion (in the realignment case) to not implicitlyChris Lattner2010-10-101-1/+1
* fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner2010-10-102-0/+26
* clarify that zero sized vectors are illegal, PR8340Chris Lattner2010-10-101-2/+3
* Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks2010-10-094-40/+181
* Fix dead link.Nick Lewycky2010-10-091-3/+3
* Silence compiler warning.Benjamin Kramer2010-10-091-1/+1
* MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!Michael J. Spencer2010-10-092-1/+16
* Don't test a removed function.Benjamin Kramer2010-10-091-2/+1
* syntax-highlighting: Fix module asm keyword.Michael J. Spencer2010-10-091-1/+1
* MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer2010-10-093-3/+68
* MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer2010-10-0913-375/+593
* Fix Whitespace.Michael J. Spencer2010-10-092-104/+104
* MC-COFF: Assert on non-coff sections.Michael J. Spencer2010-10-092-0/+18
* Add Kate syntax highlighting files.Michael J. Spencer2010-10-092-0/+267
* Add VLD4 scheduling itineraries.Evan Cheng2010-10-094-20/+64
* MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer2010-10-092-49/+49
* Finish vld3 and vld4.Evan Cheng2010-10-094-34/+78
* Complete vld2 instruction itineries.Evan Cheng2010-10-091-3/+34
* Multiply instructions are issued on pipeline 0. They do not need to reserve p...Evan Cheng2010-10-091-10/+5
* Correct some load / store instruction itinerary mistakes:Evan Cheng2010-10-095-307/+404
* Simplify test and move into a generic "crash" ll file.Bill Wendling2010-10-092-118/+29
* Check to make sure that the iterator isn't at the beginning of the basic blockBill Wendling2010-10-092-0/+122
* add jit support for the new psuedo instructions I added forChris Lattner2010-10-081-0/+14
* machine a mutable machineinstr down into emitInstruction.Chris Lattner2010-10-081-4/+3
* Fix the store part of this as well. Fixes smg2000.Eric Christopher2010-10-081-9/+4
* Rename SplitEditor::rewrite to finish() and break it out into a couple of newJakob Stoklund Olesen2010-10-082-40/+56
* Avoid compiler warning: comparison between signed and unsigned integer.Evan Cheng2010-10-081-1/+1
* Extract method ProcessUses from LocalRewriter::RewriteMBB. Both parent and childJakob Stoklund Olesen2010-10-081-320/+336
* Do not check that the bodies of two defs of same linkonce global are the same.Anton Korobeynikov2010-10-081-1/+1
* Implement a few more binary encoding bits. Still very early stage proof-of-Jim Grosbach2010-10-083-1/+58
* Allow << streaming of MCOperand.Jim Grosbach2010-10-081-0/+5
* Classify value numbers into connected components in linear time.Jakob Stoklund Olesen2010-10-081-23/+15
* Call InitSections in llc and clang so that the binaries produced by themRafael Espindola2010-10-082-2/+3
* Filter out illegal formulae after updating offsets, not before, so thatDan Gohman2010-10-081-18/+18
* Recommit 116056, now with the missing file...Cameron Esfahani2010-10-083-2/+18
* Don't waste time unfolding simple loads. The unfolded copy won't be hoisted.Evan Cheng2010-10-081-0/+4
* Fix operand latency computation in cases where the definition operand isEvan Cheng2010-10-081-0/+11
* CrashRecovery: Fix raise() override to actually send the right signal, *cough*.Daniel Dunbar2010-10-081-1/+1
* A few 80 column cleanupsJim Grosbach2010-10-084-9/+13
* trailing whitespaceJim Grosbach2010-10-081-15/+15
* Reapply 116059, this time without the fatfingered pasto at the top.Jim Grosbach2010-10-082-22/+22
* Reverting 116059. Bots are unhappy with it.Jim Grosbach2010-10-082-23/+23
* reverting 116056: win64_params.ll may need to be conditionalized?Andrew Trick2010-10-082-16/+1
* Line number 0 indicates there is no source line/file name info available for ...Devang Patel2010-10-081-1/+7
* 'const'ify getMachineOpValue() and associated helpers.Jim Grosbach2010-10-082-23/+23