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
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead private member variables from gtest.
Benjamin Kramer
2012-06-06
2
-3
/
+1
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-2
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
2
-2
/
+1
*
Fix gtest build issue on Visual Studio 2012 RC
Justin Holewinski
2012-06-06
1
-0
/
+6
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
2
-1
/
+33
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
2
-4
/
+4
*
Didn't mean to export this function.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+1
*
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+17
*
Print uint16_t numbers without a sign.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+1
*
Remove little semicolon that caused a lot of warnings.
Benjamin Kramer
2012-05-30
1
-1
/
+1
*
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
3
-4
/
+93
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
1
-2
/
+6
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
1
-1
/
+2
*
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
3
-5
/
+28
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
1
-137
/
+0
*
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
1
-33
/
+4
*
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-27
1
-12
/
+20
*
rearrange some code, no functionality change.
Chris Lattner
2012-05-26
1
-20
/
+24
*
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
1
-3
/
+16
*
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-24
1
-3
/
+17
*
Fixed typo in r156905.
Patrik Hägglund
2012-05-23
1
-2
/
+2
*
small refinement to r157218 to save a tiny amount of table size in the common
Chris Lattner
2012-05-23
1
-4
/
+10
*
Also compute TopoSigs in synthetic register classes.
Jakob Stoklund Olesen
2012-05-22
2
-3
/
+8
*
Added address space qualifier to intrinsic PointerType arguments.
Pete Cooper
2012-05-21
1
-0
/
+6
*
enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...
Chris Lattner
2012-05-17
2
-164
/
+75
*
finish encoding all of the interesting details of intrinsics. Now intrinsics
Chris Lattner
2012-05-17
1
-45
/
+45
*
strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...
Chris Lattner
2012-05-17
1
-54
/
+63
*
simplify code generated by tblgen that is not necessary since we dropped
Chris Lattner
2012-05-17
1
-20
/
+4
*
I forgot the #ifdef _MSC_VER guard in my last commit.
Francois Pichet
2012-05-17
1
-0
/
+5
*
Fix the MSVC 2010 build: disable the optimizer for a problematic function.
Francois Pichet
2012-05-17
1
-0
/
+2
*
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
3
-83
/
+54
*
Significantly reduce the compiled size of Functions.cpp by turning a big blob...
Chris Lattner
2012-05-16
1
-117
/
+307
*
have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.
Chris Lattner
2012-05-16
1
-2
/
+2
*
llvm-build: Add support for non-installed libraries (e.g., gtest).
Daniel Dunbar
2012-05-15
3
-10
/
+24
*
llvm-build: Don't emit library information for disabled targets.
Daniel Dunbar
2012-05-15
2
-1
/
+21
*
[utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svn
Daniel Dunbar
2012-05-15
2
-2
/
+2
*
TableGen'erate mapping physical registers to encoding values.
Jim Grosbach
2012-05-15
1
-4
/
+26
*
Create a struct representing register units in TableGen.
Jakob Stoklund Olesen
2012-05-15
2
-35
/
+50
*
Consider ad hoc aliasing when building RegUnits.
Jakob Stoklund Olesen
2012-05-14
1
-12
/
+41
*
Record the ad hoc aliasing graph in CodeGenRegister.
Jakob Stoklund Olesen
2012-05-14
2
-5
/
+21
*
Compute topological signatures of registers.
Jakob Stoklund Olesen
2012-05-14
2
-8
/
+76
*
Speed up computeComposites() by using the new SubReg -> SubIdx map.
Jakob Stoklund Olesen
2012-05-12
1
-12
/
+10
*
Remove extraneous ; and the resulting warning.
Bill Wendling
2012-05-11
1
-1
/
+1
*
Defer computation of SuperRegs.
Jakob Stoklund Olesen
2012-05-11
2
-11
/
+36
*
Compute secondary sub-registers.
Jakob Stoklund Olesen
2012-05-10
2
-3
/
+161
*
Precompute lists of explicit sub-registers and indices.
Jakob Stoklund Olesen
2012-05-10
2
-19
/
+38
*
Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.
Andrew Trick
2012-05-10
1
-4
/
+9
*
Fix warning text.
Jakob Stoklund Olesen
2012-05-09
1
-1
/
+1
*
Compute a backwards SubReg -> SubRegIndex map for each register.
Jakob Stoklund Olesen
2012-05-09
2
-0
/
+23
*
Rename getSubRegs() to computeSubRegs().
Jakob Stoklund Olesen
2012-05-09
2
-10
/
+11
[next]