summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update with attribute group IDs.Bill Wendling2013-02-10
* Eat the alignment keyword if we're in an attribute group.Bill Wendling2013-02-10
* Add code for emitting the attribute groups.Bill Wendling2013-02-10
* Add support for attribute groups in the value enumerator.Bill Wendling2013-02-10
* Test Commit - Remove some trailing whitespace in R600Instructions.tdVincent Lejeune2013-02-10
* Handle string attributes in the AttrBuilder.Bill Wendling2013-02-10
* Use a 'continue' here to stop from double lexing.Bill Wendling2013-02-10
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-10
* Add support for updating LiveIntervals to PHIElimination. If LiveIntervals areCameron Zwarich2013-02-10
* Fix a typo.Cameron Zwarich2013-02-10
* Remove ancient references to 'atomic' phis in PHIElimination that don't reallyCameron Zwarich2013-02-10
* Make LiveVariables an instance variable of PHIElimination.Cameron Zwarich2013-02-10
* ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner2013-02-10
* hopefully "really" fix a type punning warning by defining the buffer asChris Lattner2013-02-10
* attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner2013-02-10
* Add accessor for the LLVMContext.Bill Wendling2013-02-10
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-09
* TEMPORARY SYNTAX CHANGE!Bill Wendling2013-02-09
* Add a DenseMapInfo class for the AttributeSet.Bill Wendling2013-02-09
* [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski2013-02-09
* Simplify code.Jakub Staszak2013-02-09
* Remove unneeded #includes.Jakub Staszak2013-02-09
* This is the correct version of r174802.Chris Lattner2013-02-09
* Fix a nasty off-by one error that only manifests with 64-bit word size (which isChris Lattner2013-02-09
* Fix the underlying problem that was causing read(0) to be called: sometimes theChris Lattner2013-02-09
* recommit r173072 (preparing bitstream reader to read a machine word at a time,Chris Lattner2013-02-09
* Remove trailing spaces.Jakub Staszak2013-02-09
* Remove unneeded #includes.Jakub Staszak2013-02-09
* LSR IVChain improvement.Andrew Trick2013-02-09
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-09
* Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren2013-02-09
* Remove the old liveness algorithm.Jakob Stoklund Olesen2013-02-09
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-08
* Turn on -new-live-intervals by default.Jakob Stoklund Olesen2013-02-08
* CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose2013-02-08
* configure: when performing a compiler feature test for a -Wno-foo flag, attemptRichard Smith2013-02-08
* ReleaseNotes: Add section for R600 backendTom Stellard2013-02-08
* R600: Dump the function name when TargetLowering::LowerCall() failsTom Stellard2013-02-08
* R600: rework flow creation in the structurizer v2Tom Stellard2013-02-08
* R600: fix loop analyses in the structurizerTom Stellard2013-02-08
* R600: fix PHI value adding in the structurizerTom Stellard2013-02-08
* Minor cleanup.Dan Gohman2013-02-08
* [docs] Tweaks for clarity, readability, and correctness.Sean Silva2013-02-08
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-08
* Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler2013-02-08
* DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel2013-02-08
* BBVectorize: Use TTI->getAddressComputationCostHal Finkel2013-02-08
* More modifications to PowerPC doc linksBill Schmidt2013-02-08
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-08
* Update PowerPC links in CompilerWriterInfo.rstHal Finkel2013-02-08