summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-30
* Make sure SmallBitVector actually uses the small case and fix latent bugs.Benjamin Kramer2010-04-30
* Fix test.Evan Cheng2010-04-30
* Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng2010-04-30
* Temporarily disable SelectionDAG kill flags, which are causing trouble.Dan Gohman2010-04-30
* Fix the OProfileJITEventListener build after r101844 removedJeffrey Yasskin2010-04-30
* Set register kill flags on the SelectionDAG path, at least in theDan Gohman2010-04-30
* Reject really weird coalescer case when trying to merge identical subregistersJakob Stoklund Olesen2010-04-29
* The llc -f flag was removed.Nick Lewycky2010-04-29
* Don't leave Base.FrameIndex uninitialized, so that it doesn'tDan Gohman2010-04-29
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-29
* Fix typos in assertion strings.Dan Gohman2010-04-29
* Slightly verboser debug spew from coalescerJakob Stoklund Olesen2010-04-29
* Missed earlier. This is part of previous check-in. (r102661 - refactor.)Devang Patel2010-04-29
* Refactor.Devang Patel2010-04-29
* Make naked functions work on PPC.Dale Johannesen2010-04-29
* Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.Devang Patel2010-04-29
* Remove DBG_VALUE which reference dead stack slots.Evan Cheng2010-04-29
* DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...Devang Patel2010-04-29
* Add DenseMapInfo for int.Evan Cheng2010-04-29
* llc no longer requires the -f option to overwrite files.Dan Gohman2010-04-29
* Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson2010-04-29
* Elaborate on a comment.Dan Gohman2010-04-29
* Remove dead option.Daniel Dunbar2010-04-29
* Verify metadata harder. In particular, check that moduleDuncan Sands2010-04-29
* Fix comment typo.Duncan Sands2010-04-29
* Add comment.Evan Cheng2010-04-29
* Fix PR6910.Torok Edwin2010-04-29
* Re-enable 102565 with fixes.Evan Cheng2010-04-29
* Fix typo.Nick Lewycky2010-04-29
* Load folding tail call should not use ebp / rbp after it's popped. PEIEvan Cheng2010-04-29
* Add support for assemblers that don't support periods in a nameMon P Wang2010-04-29
* Temporarily disable my changes to unbreak the build.Evan Cheng2010-04-29
* Do not generate duplicate dbg_value instructions for function arguments.Evan Cheng2010-04-29
* Fix missing #include.Dan Gohman2010-04-29
* Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...Evan Cheng2010-04-29
* Frame index can be negative.Evan Cheng2010-04-29
* Check Reg against zero.Evan Cheng2010-04-29
* - Really preserve dbg_value instructions when the register is spilled.Evan Cheng2010-04-28
* tidy up.Devang Patel2010-04-28
* Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the Kevin Enderby2010-04-28
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-28
* fix this to work with objdir != srcdirChris Lattner2010-04-28
* Fix comment.Dale Johannesen2010-04-28
* Test for llvm-gcc checkin 102543.Dale Johannesen2010-04-28
* Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson2010-04-28
* Add sizes non-floating point versions for the eh sjlj intrinsic expansions.Jim Grosbach2010-04-28
* Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel2010-04-28
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-28
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-28