summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Now that we have a basic if-conversion infrastructure we can rename theNadav Rotem2012-12-03
* Since this SmallVector immediately grows on the next line, don't waste stack ...Michael Ilseman2012-12-03
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-03
* Define load instructions with base+immediate offset addressing modeJyotsna Verma2012-12-03
* Add initial support for IF-conversion. This patch implements the first 1/3,Nadav Rotem2012-12-03
* Define unsigned const-ext predicates.Jyotsna Verma2012-12-03
* Removing unnecessary 'else' statement from the predicates defined in HexagonO...Jyotsna Verma2012-12-03
* Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis2012-12-03
* Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky2012-12-03
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-03
* ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov2012-12-03
* Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky2012-12-03
* Teach the jump threading optimization to stop scanning the basic block when c...Nadav Rotem2012-12-03
* Revert r169039, "Aggregate pass execution time report by pass ID instead of p...Jakob Stoklund Olesen2012-12-03
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Teach the include sorter to not choke on include guards. ;]Chandler Carruth2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* clarify that this isn't lld.Chris Lattner2012-12-03
* Add a completely hack-ish tool to sort includes according to the codingChandler Carruth2012-12-03
* Remove some buggy and apparantly unnecessary code from SROA.Chandler Carruth2012-12-03
* fix stats for added checksNuno Lopes2012-12-03
* Define signed const-ext predicates.Jyotsna Verma2012-12-03
* Remove 'deplibs' keyword, since it's no longer used.Bill Wendling2012-12-03
* Clean up, bring up-to-date and apply consistent formatting.Eli Bendersky2012-12-03
* Allow merging multiple store sequences on the same chain.Nadav Rotem2012-12-02
* Bring vim keyword lists up to date.Benjamin Kramer2012-12-02
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-02
* Fix an invalid regex in the testEli Bendersky2012-12-02
* Simplify the coding standards for #include ordering. The ordering is nowChandler Carruth2012-12-02
* Unbreak Sphinx buildJustin Holewinski2012-12-02
* Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well,Eli Bendersky2012-12-01
* Attempt to fix Makefile.sphinx to not generate errors while trying to copyEli Bendersky2012-12-01
* Update FileCheck's documentation to mention recently added feature ofEli Bendersky2012-12-01
* [python] Add markup option to disassemblerGregory Szorc2012-12-01
* Support referencing variables defined on the same line.Eli Bendersky2012-12-01
* Remove bugzilla link.James Molloy2012-12-01
* Documentation: convert WritingAnLLVMBackend.html to reSTDmitri Gribenko2012-12-01
* Add .arcconfig to the repository. Useful if someone wants to use phabricator'...Benjamin Kramer2012-12-01
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-01
* Revert previous check in r168581, r169079 as they are still in code review st...Zhou Sheng2012-12-01
* The patch is to improve the memory footprint of pass GlobalOpt. Zhou Sheng2012-12-01
* VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi2012-12-01
* MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()Daniel Dunbar2012-12-01
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-01
* misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick2012-12-01
* misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick2012-12-01
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-01
* Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen2012-12-01
* Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmpMichael Ilseman2012-12-01
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-30