summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updating the credits after r158717Aaron Ballman2012-06-19
* Put flag names on one line.Bill Wendling2012-06-19
* Fix italicized text.Bill Wendling2012-06-19
* Use correct URL.Bill Wendling2012-06-19
* Fix numbering of list items.Bill Wendling2012-06-19
* Fix some Sphinx mistakes.Bill Wendling2012-06-19
* First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling2012-06-19
* [Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer2012-06-19
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-19
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-19
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* really add a triple :-(Rafael Espindola2012-06-19
* Add a triple to the test.Rafael Espindola2012-06-19
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-18
* Don't copy a potentially-uninitialized variable.David Blaikie2012-06-18
* ARM: use NOEN loads and stores if possible when handling struct byval.Manman Ren2012-06-18
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* [docs] Port FAQ over to Sphinx.Michael J. Spencer2012-06-18
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-18
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* TableGen: AsmMatcher missing-features list minimization.Jim Grosbach2012-06-18
* Add mipsel-* to the list of targets recognized by configure script.Simon Atanasyan2012-06-18
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-18
* This change handles a another case for generating the bic instruction Joel Jones2012-06-18
* Add a regression test for the bug exposed by r158087, which has beenChandler Carruth2012-06-18
* Temporarily revert r158087.Chandler Carruth2012-06-18
* TableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS.NAKAMURA Takumi2012-06-17
* For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...Benjamin Kramer2012-06-17
* Add missing unittest files to the cmake build.Benjamin Kramer2012-06-17
* Remove SmallMap unittests, unbreaking the build.Benjamin Kramer2012-06-17
* Bring the return value of SmallVector::insert in line with std::vector::insert.Benjamin Kramer2012-06-17
* Remove SmallMap, and the several files that were used to implement it.Chandler Carruth2012-06-17
* SmallVector: return a valid iterator for the rare case of inserting an empty ...Benjamin Kramer2012-06-17
* Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth2012-06-17
* Disable a particular assertion on MSVC... I'm deeply disturbed by itsChandler Carruth2012-06-17
* Add tests for *DenesMap for both key and value types' construction andChandler Carruth2012-06-17
* Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth2012-06-17
* Add some somewhat exhaustive tests of sizeof properties of this horribleChandler Carruth2012-06-17
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-17
* Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer2012-06-16
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Cleanup trip-count finding for PPC CTR loops (and some bug fixes).Hal Finkel2012-06-16
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-16
* Move the Metadata merging methods from GVN and make them public in MDNode.Hal Finkel2012-06-16
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-16
* *no need to pollute Intel syntax with bonus mnemonics; operand size is explic...Kay Tiong Khoo2012-06-16
* Mips/AsmParser/CMakeLists.txt: Fix dependency.NAKAMURA Takumi2012-06-16
* Update CMake build.Benjamin Kramer2012-06-16
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-16