index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert for now:
Bill Wendling
2013-01-31
3
-16
/
+22
*
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-31
2
-4
/
+4
*
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
3
-22
/
+16
*
Whitespace.
Eric Christopher
2013-01-31
1
-9
/
+9
*
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-31
2
-2
/
+44
*
LangRef: Add a Rationale for volatile rules.
Andrew Trick
2013-01-31
1
-0
/
+10
*
Replace some more greps with FileChecks in tests
Eli Bendersky
2013-01-31
3
-22
/
+30
*
Minor code simplification.
Dan Gohman
2013-01-31
1
-1
/
+1
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
4
-24
/
+30
*
[lit] Add a MANIFEST file and a script for sanity checking the source dist.
Daniel Dunbar
2013-01-31
2
-0
/
+51
*
[lit] Add a basic discovery test.
Daniel Dunbar
2013-01-31
9
-0
/
+41
*
[lit] Add a script for checking test coverage.
Daniel Dunbar
2013-01-31
3
-0
/
+63
*
[lit] Add a test suite for lit itself.
Daniel Dunbar
2013-01-31
2
-0
/
+41
*
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-31
1
-10
/
+1
*
Rewrite this test properly with a FileCheck instead of greps
Eli Bendersky
2013-01-31
1
-8
/
+10
*
Fix ConstantFold's folding of icmp instructions to recognize that,
Dan Gohman
2013-01-31
2
-6
/
+28
*
Added a unit test for r173983 that verifies that Target.isiOS() works correctly.
Michael Gottesman
2013-01-30
1
-0
/
+30
*
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2013-01-30
3
-1
/
+31
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
4
-23
/
+13
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
5
-24
/
+33
*
Forgot the test case before.
Evan Cheng
2013-01-30
1
-0
/
+40
*
Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...
Evan Cheng
2013-01-30
2
-10
/
+14
*
Doxygenified some comments in IRBuilder.h.
Michael Gottesman
2013-01-30
1
-8
/
+9
*
Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...
Michael Gottesman
2013-01-30
1
-14
/
+0
*
Initialize hasQPX in PPCSubtarget
Hal Finkel
2013-01-30
1
-0
/
+1
*
Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS
Michael Gottesman
2013-01-30
1
-1
/
+6
*
Remove redundant code.
Bill Wendling
2013-01-30
1
-20
/
+2
*
...in light of recent activity related to llvm.memcpy flags. I want to
Andrew Trick
2013-01-30
1
-0
/
+5
*
Add definitions for the PPC a2q core marked as having QPX available
Hal Finkel
2013-01-30
3
-0
/
+19
*
Remove a mention of TargetInstrDescriptor, which no longer exists in the code
Eli Bendersky
2013-01-30
1
-6
/
+4
*
[docs] Guide prospective TableGen backend writers.
Sean Silva
2013-01-30
1
-0
/
+4
*
Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...
Bill Wendling
2013-01-30
1
-1
/
+1
*
Clean up whitespace and indentation a bit
Eli Bendersky
2013-01-30
2
-9
/
+5
*
Linker: correctly link in dbg.declare
Manman Ren
2013-01-30
3
-2
/
+145
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
10
-10
/
+105
*
Add missing header and test cases for r173939.
Logan Chien
2013-01-30
5
-0
/
+323
*
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
1
-2
/
+216
*
LLDB uses ConvertUTF16toUTF8, remove #ifdef
Dmitri Gribenko
2013-01-30
1
-2
/
+0
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
4
-0
/
+879
*
Documentation: Updating the data layout default specifications to
Patrik Hagglund
2013-01-30
1
-6
/
+4
*
[lit] Make GoogleTest test runner correctly discover tests in the source root
Alexey Samsonov
2013-01-30
1
-15
/
+23
*
Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...
Bill Wendling
2013-01-30
1
-1
/
+1
*
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-30
4
-14
/
+52
*
build: regenerate configure
Saleem Abdulrasool
2013-01-30
1
-3
/
+90
*
build: add --with-python option
Saleem Abdulrasool
2013-01-30
5
-6
/
+36
*
Removing initializer for the field removed in r173887
David Blaikie
2013-01-30
1
-1
/
+1
*
Remove unused variable (introduced in r173884) to clear clang -Werror build
David Blaikie
2013-01-30
1
-2
/
+0
*
Forgot to add new file to CMakeLists
Jack Carter
2013-01-30
1
-0
/
+1
*
This patch implements runtime ARM specific
Jack Carter
2013-01-30
5
-2
/
+43
*
This patch implements runtime Mips specific
Jack Carter
2013-01-30
7
-3
/
+168
[prev]
[next]