summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Fix 80-column violation.Chad Rosier2012-02-28
* Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel2012-02-27
* Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling2012-02-27
* This patch adds instruction latencies for the SSE instructionsPreston Gurd2012-02-27
* test commit.Preston Gurd2012-02-27
* Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman2012-02-27
* Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes2012-02-27
* Don't use #if 0. Just remove until I can address this.Bill Wendling2012-02-27
* XFAIL test until <rdar://problem/10913281> is fixed.Bill Wendling2012-02-27
* The code that cleans up multiple, isomorphic types has a subtle error thatBill Wendling2012-02-27
* Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer2012-02-27
* Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.Evan Cheng2012-02-27
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-27
* Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman2012-02-27
* Test the section specification.Roman Divacky2012-02-27
* Fix PR12089Derek Schuff2012-02-27
* Reapply r151278 with fixes.Roman Divacky2012-02-27
* Add q suffix aliases for the fistp and fisttp mnemonics.Chad Rosier2012-02-27
* Remove unnecessary template parameters.Akira Hatanaka2012-02-27
* Fix instruction predicates that were not set correctly.Akira Hatanaka2012-02-27
* Update machine code verifier.Jakob Stoklund Olesen2012-02-27
* Fix the symbolic operand added for the C disassmbler API for the ARM blKevin Enderby2012-02-27
* Add a MachineOperand iterator class.Jakob Stoklund Olesen2012-02-27
* Plog a memleak in GlobalOpt.Benjamin Kramer2012-02-27
* Micro-optimization, no functionality change.Duncan Sands2012-02-27
* Help the compiler to eliminate some dead code when hashing an array of TJay Foad2012-02-27
* The value numbering function is recursive, so it is possible for multiple newDuncan Sands2012-02-27
* When performing a conditional branch depending on the value of a comparisonDuncan Sands2012-02-27
* Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i...Craig Topper2012-02-27
* Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper2012-02-27
* delete useless comment&blankJia Liu2012-02-27
* Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola2012-02-27
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-27
* Remove more GCC FE build stuff.Chad Rosier2012-02-26
* Installing the GCC front end is no longer supported.Chad Rosier2012-02-26
* Cleanup the LLVM Getting Started page.Chad Rosier2012-02-26
* Add href to clang in overview.Chad Rosier2012-02-26
* Remove references to llvm-gcc from overview and tutorial.Chad Rosier2012-02-26
* Add support for random constant vectors.Nadav Rotem2012-02-26
* Style fix: Remove unneeded parentheses.Nadav Rotem2012-02-26
* Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem2012-02-26
* Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem2012-02-26
* fix a copy-and-paste error in the docsNadav Rotem2012-02-26
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-26
* Add testcase for the previous commit.Rafael Espindola2012-02-26
* Don't call dominates on unreachable instructions. Should fix the dragoneggRafael Espindola2012-02-26
* Default TargetData alignment information for 128-bit floating-point types.Hal Finkel2012-02-26
* And update the comment...Rafael Espindola2012-02-26