aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-291-3/+3
* Fix typos in assertion strings.Dan Gohman2010-04-291-2/+2
* Slightly verboser debug spew from coalescerJakob Stoklund Olesen2010-04-292-26/+25
* Missed earlier. This is part of previous check-in. (r102661 - refactor.)Devang Patel2010-04-291-0/+4
* Refactor.Devang Patel2010-04-292-4/+13
* Make naked functions work on PPC.Dale Johannesen2010-04-292-1/+11
* Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.Devang Patel2010-04-292-0/+4
* Remove DBG_VALUE which reference dead stack slots.Evan Cheng2010-04-291-2/+19
* DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...Devang Patel2010-04-291-0/+7
* Add DenseMapInfo for int.Evan Cheng2010-04-291-0/+10
* llc no longer requires the -f option to overwrite files.Dan Gohman2010-04-291-1/+1
* Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson2010-04-291-2/+0
* Elaborate on a comment.Dan Gohman2010-04-291-2/+5
* Remove dead option.Daniel Dunbar2010-04-291-3/+0
* Verify metadata harder. In particular, check that moduleDuncan Sands2010-04-291-39/+60
* Fix comment typo.Duncan Sands2010-04-291-1/+1
* Add comment.Evan Cheng2010-04-291-0/+2
* Fix PR6910.Torok Edwin2010-04-291-1/+1
* Re-enable 102565 with fixes.Evan Cheng2010-04-292-14/+8
* Fix typo.Nick Lewycky2010-04-291-1/+1
* Load folding tail call should not use ebp / rbp after it's popped. PEIEvan Cheng2010-04-292-5/+67
* Add support for assemblers that don't support periods in a nameMon P Wang2010-04-293-6/+17
* Temporarily disable my changes to unbreak the build.Evan Cheng2010-04-292-0/+8
* Do not generate duplicate dbg_value instructions for function arguments.Evan Cheng2010-04-292-9/+11
* Fix missing #include.Dan Gohman2010-04-291-0/+1
* Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...Evan Cheng2010-04-292-2/+2
* Frame index can be negative.Evan Cheng2010-04-297-7/+7
* Check Reg against zero.Evan Cheng2010-04-292-1/+3
* - Really preserve dbg_value instructions when the register is spilled.Evan Cheng2010-04-281-2/+3
* tidy up.Devang Patel2010-04-281-8/+2
* Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the Kevin Enderby2010-04-282-4/+22
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-287-33/+81
* fix this to work with objdir != srcdirChris Lattner2010-04-281-1/+1
* Fix comment.Dale Johannesen2010-04-281-1/+1
* Test for llvm-gcc checkin 102543.Dale Johannesen2010-04-281-0/+6
* Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson2010-04-282-12/+24
* Add sizes non-floating point versions for the eh sjlj intrinsic expansions.Jim Grosbach2010-04-281-1/+2
* Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel2010-04-281-39/+35
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-281-2/+2
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-282-2/+34
* Pretty print DBG_VALUE machine instructions.Evan Cheng2010-04-281-1/+9
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-285-33/+70
* While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc...Devang Patel2010-04-281-11/+11
* Recompute kill flags from live intervals after coalescing instead of trying toJakob Stoklund Olesen2010-04-282-49/+21
* Teach X86FloatingPoint that a register can be killed multiple times by the sameJakob Stoklund Olesen2010-04-281-6/+7
* Undo most of my previous whitespace fix. I think I like it better this wayBob Wilson2010-04-281-3/+3
* Fix inconsistent use of HOSTS and TARGETS variables.Bob Wilson2010-04-281-3/+3
* Fix whitespace.Bob Wilson2010-04-281-4/+3
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-2816-46/+98
* Try operation promotion only if regular dag combine and target-specific ones ...Evan Cheng2010-04-281-15/+42