aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore the documentation-suggested location for compile_commands.jsonDavid Blaikie2012-08-211-0/+1
* The presence of the empty file "foo" unfortunately does not improve LLVM in a...David Blaikie2012-08-211-0/+0
* Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie2012-08-212-1/+1
* Provide a portability macro for __builtin_trap.David Blaikie2012-08-211-0/+9
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-212-1/+30
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-212-5/+9
* Formatting. No functional change.Chad Rosier2012-08-211-2/+2
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-212-2/+11
* Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands2012-08-211-1/+1
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-214-9/+19
* Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-211-5/+4
* Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-211-2/+0
* Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-211-1/+1
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-213-13/+8
* PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands2012-08-211-1/+3
* Add correct set of regression tests for r162094 commit.Tim Northover2012-08-211-33/+33
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-213-199/+181
* Fix up indentation and remove a couple else's after returns.Craig Topper2012-08-211-11/+12
* [asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany2012-08-212-63/+207
* Use uint16_t for tables of opcodes.Craig Topper2012-08-211-2/+2
* Fix up indentation. No functional change.Craig Topper2012-08-211-61/+61
* Add a couple llvm_unreachables. Add a message to several others.Craig Topper2012-08-211-8/+6
* Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper2012-08-211-50/+18
* Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...Craig Topper2012-08-211-44/+49
* Merge FMA3 instructions with and without patterns into single classes using n...Craig Topper2012-08-211-38/+21
* revise debug output to avoid dangling pointerMichael Liao2012-08-211-1/+1
* Add a missing def flag.Jakob Stoklund Olesen2012-08-212-5/+3
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-204-13/+23
* Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen2012-08-203-4/+23
* Clarify that duplicate edges are not allowed in the Machine CFG.Jakob Stoklund Olesen2012-08-201-0/+2
* Add a verification pass after ExpandISelPseudos.Jakob Stoklund Olesen2012-08-201-1/+2
* Add CFG checks to MachineVerifier.Jakob Stoklund Olesen2012-08-201-0/+40
* Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen2012-08-201-3/+2
* enable cross compilation with cmakeSebastian Pop2012-08-202-2/+8
* enable Hexagon target from cmakeSebastian Pop2012-08-201-0/+2
* fix HexagonSubtarget parsing of -mv flagSebastian Pop2012-08-201-17/+16
* fix a case where all operands of BUILD_VECTOR are undefinedMichael Liao2012-08-202-0/+12
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-204-49/+49
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-202-3/+12
* Forget to add testcase for r162195. Sorry.Stepan Dyatkovskiy2012-08-201-0/+10
* Fixed DAGCombiner bug (found and localized by James Malloy):Stepan Dyatkovskiy2012-08-201-3/+23
* Remove FMA3 intrinsic instructions in favor of patterns.Craig Topper2012-08-202-94/+146
* Use correct intrinsic for 256-bit VFMSUBADDPS.Craig Topper2012-08-201-1/+1
* Remove trailing white space and tab characters. No functional change.Craig Topper2012-08-191-33/+33
* When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem2012-08-195-51/+91
* Fabs folding is implemented.Benjamin Kramer2012-08-191-5/+0
* InstCombine: Fix a crasher when encountering a function pointer.Benjamin Kramer2012-08-182-1/+9
* Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen2012-08-183-174/+0
* Remove virtual from many methods. These methods replace methods in the base c...Craig Topper2012-08-181-38/+40
* Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen2012-08-182-47/+116