summaryrefslogtreecommitdiff
path: root/include
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
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-29
* Missed earlier. This is part of previous check-in. (r102661 - refactor.)Devang Patel2010-04-29
* Add DenseMapInfo for int.Evan Cheng2010-04-29
* Elaborate on a comment.Dan Gohman2010-04-29
* Fix comment typo.Duncan Sands2010-04-29
* Fix PR6910.Torok Edwin2010-04-29
* Fix typo.Nick Lewycky2010-04-29
* Add support for assemblers that don't support periods in a nameMon P Wang2010-04-29
* Frame index can be negative.Evan Cheng2010-04-29
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-28
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-28
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-28
* Emit debug info for byval parameters.Devang Patel2010-04-28
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-28
* remove a dead argument to EmitAlignment.Chris Lattner2010-04-28
* Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner2010-04-26
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-26
* Add DBG_VALUE handling for byval parameters; thisDale Johannesen2010-04-26
* Add PPC AsmPrinter handling for target-specific form ofDale Johannesen2010-04-26
* Update MachineSSAUpdater with the same changes I made for the IR-levelBob Wilson2010-04-26
* - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...Evan Cheng2010-04-26
* Stop abusing EmitInstrWithCustomInserter for target-dependentDale Johannesen2010-04-25
* Add a new utility function SimplifyICmpOperands. Much of this code isDan Gohman2010-04-24
* switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.Chris Lattner2010-04-23
* Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISelDan Gohman2010-04-23
* The inliner was choosing to not consider call sitesChris Lattner2010-04-22
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-22
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-22
* fix file header.Chris Lattner2010-04-22
* Add fast register allocator, enabled with -regalloc=fast.Jakob Stoklund Olesen2010-04-21
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* Add more const qualifiers on TargetMachine and friends.Dan Gohman2010-04-21
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-21
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-21
* Because of the EMMS problem, right now we have to supportDale Johannesen2010-04-20
* There is no need to install ValueMapper.h header. Devang Patel2010-04-20
* Document that TargetRegisterInfo::contains does not cover virtual registers.Dan Gohman2010-04-20
* move some select simplifications out out instcombine intoChris Lattner2010-04-20
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-20
* Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman2010-04-20
* make CallGraphNode dtor abort if a node is deleted when there are stillChris Lattner2010-04-20
* Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cppDan Gohman2010-04-20
* Reapply the removal of SelectionDAGISel's BB, with a fix for the caseDan Gohman2010-04-20
* Revert 101825, which is causing trouble.Dan Gohman2010-04-19
* Eliminate SelectionDAGISel's "current block" member. Just pass it asDan Gohman2010-04-19
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-19
* Give SelectionDAG a TargetMachine too, rather than having itDan Gohman2010-04-19
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-19