Add an assertion to catch attempts to access off the end of the array.
[oota-llvm.git] / include /
2010-05-09 Chris Lattnerremove a dead file.
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Douglas GregorClang is dying on this with an ambiguous conversion...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang Patelremove DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...
2010-05-07 Dan GohmanConst-ify some stuff.
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-06 Bob WilsonFix handling of unreachable blocks in the SSAUpdater...
2010-05-05 Dan GohmanAdd an "IsBottomUp" member function to FastISel, which...
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-05-05 Evan ChengMove REG_SEQUENCE removal to 2addr pass.
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-05-05 Evan ChengTeach liveintervalanalysis about virtual registers...
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-03 Dan GohmanFactor out FastISel's code for materializing constants...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
2010-05-01 Chris Lattnerrename InlineInfo.DevirtualizedCalls -> InlinedCalls to
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanAdd some comments.
2010-04-30 Dan GohmanProperly escape edge source and destination labels.
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-30 Benjamin KramerMake sure SmallBitVector actually uses the small case...
2010-04-29 Chris Lattneradd some more (void)'s to prototypes for PR6961
2010-04-29 Devang PatelMissed earlier. This is part of previous check-in....
2010-04-29 Evan ChengAdd DenseMapInfo for int.
2010-04-29 Dan GohmanElaborate on a comment.
2010-04-29 Duncan SandsFix comment typo.
2010-04-29 Torok EdwinFix PR6910.
2010-04-29 Nick LewyckyFix typo.
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-29 Evan ChengFrame index can be negative.
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-28 Chris Lattnerdeclare targets with (void) instead of () since this...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-26 Chris LattnerFix a problem that lower invoke has with allocas (PR669...
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Dale JohannesenAdd DBG_VALUE handling for byval parameters; this
2010-04-26 Dale JohannesenAdd PPC AsmPrinter handling for target-specific form of
2010-04-26 Bob WilsonUpdate MachineSSAUpdater with the same changes I made...
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-25 Dale JohannesenStop abusing EmitInstrWithCustomInserter for target...
2010-04-24 Dan GohmanAdd a new utility function SimplifyICmpOperands. Much...
2010-04-23 Chris Lattnerswitch InlineInfo.DevirtualizedCalls's list to be of...
2010-04-23 Dan GohmanMove FastISel's HandlePHINodesInSuccessorBlocks call...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Chris Lattnerfix file header.
2010-04-21 Jakob Stoklund OlesenAdd fast register allocator, enabled with -regalloc...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-20 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Devang PatelThere is no need to install ValueMapper.h header.
2010-04-20 Dan GohmanDocument that TargetRegisterInfo::contains does not...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-20 Dan GohmanSink DebugLoc handling out of SelectionDAGISel into...
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2010-04-20 Dan GohmanRemove MachineFunction's DefaultDebugLoc member, and...
2010-04-20 Dan GohmanReapply the removal of SelectionDAGISel's BB, with...
2010-04-19 Dan GohmanRevert 101825, which is causing trouble.
2010-04-19 Dan GohmanEliminate SelectionDAGISel's "current block" member...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-19 Dan GohmanGive SelectionDAG a TargetMachine too, rather than...
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-04-19 Dan GohmanAdd a few more ELF bits.
2010-04-19 Dan GohmanAdd a const.
2010-04-19 Dan GohmanThese functions don't need to access this.
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-18 Bill WendlingAdd a "PadTo" field to the emitULEB128Bytes method...
2010-04-17 Dale JohannesenAdd comment (lost when reverting and reapplying 101503).
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
next