aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson
2013-02-11BBVectorize: Remove the linear searches from pair connection searchingHal Finkel
2013-02-11BBVectorize: Avoid linear searches within the load-move setHal Finkel
2013-02-11BBVectorize: isa/cast cleanup in getInstructionTypesHal Finkel
2013-02-11BBVectorize: Make the bookkeeping to support full cycle checking less expensiveHal Finkel
2013-02-11Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng
2013-02-11Remove unnecessary code.Evan Cheng
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-10Spelling correctionJoel Jones
2013-02-10Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and addCameron Zwarich
2013-02-10Abstract the liveness checking in PHIElimination::SplitPHIEdges() to supportCameron Zwarich
2013-02-10Add support in the bitcode reader to read the attribute groups.Bill Wendling
2013-02-10The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling
2013-02-10Update with attribute group IDs.Bill Wendling
2013-02-10Eat the alignment keyword if we're in an attribute group.Bill Wendling
2013-02-10Add code for emitting the attribute groups.Bill Wendling
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling
2013-02-10Test Commit - Remove some trailing whitespace in R600Instructions.tdVincent Lejeune
2013-02-10Handle string attributes in the AttrBuilder.Bill Wendling
2013-02-10Use a 'continue' here to stop from double lexing.Bill Wendling
2013-02-10Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling
2013-02-10Add support for updating LiveIntervals to PHIElimination. If LiveIntervals areCameron Zwarich
2013-02-10Fix a typo.Cameron Zwarich
2013-02-10Remove ancient references to 'atomic' phis in PHIElimination that don't reallyCameron Zwarich
2013-02-10Make LiveVariables an instance variable of PHIElimination.Cameron Zwarich
2013-02-10ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner
2013-02-10hopefully "really" fix a type punning warning by defining the buffer asChris Lattner
2013-02-10attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner
2013-02-10Add accessor for the LLVMContext.Bill Wendling
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak
2013-02-09TEMPORARY SYNTAX CHANGE!Bill Wendling
2013-02-09Add a DenseMapInfo class for the AttributeSet.Bill Wendling
2013-02-09[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski
2013-02-09Simplify code.Jakub Staszak
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09This is the correct version of r174802.Chris Lattner
2013-02-09Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner
2013-02-09Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner
2013-02-09recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner
2013-02-09Remove trailing spaces.Jakub Staszak
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09LSR IVChain improvement.Andrew Trick
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-02-09Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren
2013-02-09Remove the old liveness algorithm.Jakob Stoklund Olesen
2013-02-08Enable *BasicBlockPass::createPrinterPass()Sergei Larin
2013-02-08Turn on -new-live-intervals by default.Jakob Stoklund Olesen
2013-02-08CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose
2013-02-08configure: when performing a compiler feature test for a -Wno-foo flag, attemptRichard Smith
2013-02-08ReleaseNotes: Add section for R600 backendTom Stellard