summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set the default insert point to the first instruction, and not to end()Nadav Rotem2013-07-091-1/+1
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-091-0/+1
* Cleanup in TestConcurrentEvents.pyDaniel Malea2013-07-092-28/+11
* Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...Howard Hinnant2013-07-092-1/+40
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-092-4/+28
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-099-14/+33
* Change TestRegisters.py attach case to attach to a.out and enable that test caseAndrew Kaylor2013-07-092-4/+13
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-096-18/+22
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-0910-11/+73
* Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...Matt Kopec2013-07-093-22/+89
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-097-8/+65
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-092-2/+37
* R600: Fix wrong export reswizzlingVincent Lejeune2013-07-092-4/+100
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-096-23/+58
* R600: Print Export SwizzleVincent Lejeune2013-07-091-2/+2
* Initial support for formatting trailing return types.Daniel Jasper2013-07-094-3/+23
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-092-0/+46
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-092-6/+7
* [sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well.Evgeniy Stepanov2013-07-093-0/+23
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-091-1/+2
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-092-7/+11
* [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.Evgeniy Stepanov2013-07-097-4/+158
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-098-43/+37
* Avoid confusing indentations for chained function calls.Daniel Jasper2013-07-092-5/+28
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-095-3/+102
* c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...NAKAMURA Takumi2013-07-091-1/+1
* c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo...NAKAMURA Takumi2013-07-091-0/+8
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-093-0/+55
* Document LLVM_USE_SANITIZER CMake optionAlexey Samsonov2013-07-091-0/+5
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-092-0/+41
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-093-83/+10
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-095-6/+173
* [sanitizer] Intercept realpath and canonicalize_file_name.Evgeniy Stepanov2013-07-099-10/+74
* [sanitizer] Wrap lines >80 chars.Evgeniy Stepanov2013-07-091-2/+4
* [SystemZ] Use MVC for simple load/store pairsRichard Sandiford2013-07-096-2/+506
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-097-0/+1171
* [asan] Fix windows build.Evgeniy Stepanov2013-07-091-2/+6
* InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCstDavid Majnemer2013-07-091-2/+2
* InstCombine: variations on 0xffffffff - x >= 4David Majnemer2013-07-092-0/+30
* Fix alignment of closing brace in braced initializers.Daniel Jasper2013-07-095-33/+43
* [sanitizer] Syscall handlers for clock_gettime and clock_getres.Evgeniy Stepanov2013-07-093-4/+39
* InstCombine: X & -C != -C -> X <= u ~CDavid Majnemer2013-07-092-40/+9
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-094-2/+60
* Commit r185909 was a misapplied patch, fix itDavid Majnemer2013-07-093-24/+73
* InstCombine: add more transformsDavid Majnemer2013-07-094-5/+87
* Format overloaded operators like other functions.Daniel Jasper2013-07-093-5/+15
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-092-2/+152
* Add the frame content dumper function call to one more place.Jason Molenda2013-07-091-0/+2
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-092-16/+15
* Remove declare but not implemented methods.Rafael Espindola2013-07-091-4/+0
OpenPOWER on IntegriCloud